index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
osproc
/
ta.nim
blob: 5ebcc7f1427976b6067325166fe7c0c5a0609915 (
plain
) (
blame
)
1
2
3
import
strutils
let
x
=
stdin
.
readLine
()
echo
x
.
parseInt
+
5