66a7e3d37 ^
ddb718548 ^
1 2
3
4
import strutils echo "Give a list of integers (separated by spaces): ", stdin.readLine.split.each(parseInt).max, " is the maximum!"