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