You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
7
vendor/swoole/examples/process/echo.py
vendored
Executable file
7
vendor/swoole/examples/process/echo.py
vendored
Executable file
@ -0,0 +1,7 @@
|
||||
import sys
|
||||
|
||||
def main():
|
||||
s = raw_input()
|
||||
print "Python:" + s
|
||||
|
||||
main()
|
Reference in New Issue
Block a user