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: 6c14955908cc6d18748d7be765a713a04f12bf0a (
plain
) (
blame
)
1
2
3
import
strutils
let
x
=
stdin
.
readLine
()
echo
x
.
parseInt
+
5