Files
Nim/tests/osproc/ta.nim
2014-06-15 12:57:05 +01:00

3 lines
60 B
Nim

import strutils
let x = stdin.readLine()
echo x.parseInt + 5