aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.nim
blob: 07c9d216f9df976a430ebbbf272dd8b0648b3f71 (plain)
1
2
3
4
5
6
# Tests for Nim
let s = "foobar"

# Feature #1260
{.ident.}
stdin.readLine.split.map(parseInt).max.`$`.echo(" is the maximum!")