summary refs log tree commit diff stats
path: root/tests/system/helpers/readall_echo.nim
blob: 79937bf6fa6d671947ab37b8b7e2b7abb1e3ba02 (plain) (blame)
1
2
when isMainModule:
  echo(stdin.readAll)