mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
6 lines
164 B
Nim
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
|