36818817b ^
91700f29e ^
1 2 3 4 5
6
# Test high level features import strutils echo "Give a list of numbers (separated by spaces): " stdin.readLine.split.map(parseInt).max.`$`.echo(" is the maximum!")