mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
3 lines
60 B
Nim
3 lines
60 B
Nim
import strutils
|
|
let x = stdin.readLine()
|
|
echo x.parseInt + 5 |