Files
Nim/tests/osproc/ta_in.nim
2017-02-24 09:48:38 +01:00

6 lines
164 B
Nim

# This file is prefixed with an "a", because other tests
# depend on it and it must be compiled first.
import strutils
let x = stdin.readLine()
echo x.parseInt + 5