index
:
planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
planetwars-matchrunner
/
bots
/
echo_bot.py
blob: 328d914636643722a8d4b42b0c906070437a942d (
plain
)
1
2
3
4
5
import
sys
for
line
in
sys
.
stdin
:
sys
.
stdout
.
write
(
line
)
sys
.
stdout
.
flush
()