index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
system
/
helpers
/
readall_echo.nim
blob: 79937bf6fa6d671947ab37b8b7e2b7abb1e3ba02 (
plain
) (
blame
)
1
2
when
isMainModule
:
echo
(
stdin
.
readAll
)