summary refs log tree commit diff stats
path: root/tests/osproc/ta_in.nim
blob: b46890f6eadc89233ec69d6f5b1cea12aaa069a8 (plain) (blame)
1
2
3
4
5
# 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