• This project
    • Loading...
  • Sign in

한요섭 / OSS_Project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OSS_Project
  • node_modules
  • python-shell
  • test
  • python
  • echo_binary.py
  • 한요섭's avatar
    1206 · 09711342
    09711342
    한요섭 authored 2017-12-06 22:34:57 +0900
echo_binary.py 75 Bytes
Raw Blame History Permalink
1 2 3 4
import sys

# simple binary echo script
sys.stdout.write(sys.stdin.read())