From 75097e2981e470197fa5649557875a9f60385973 Mon Sep 17 00:00:00 2001 From: Peter Mora Date: Mon, 5 Oct 2015 22:41:54 +0200 Subject: sequtils related changes --- examples/maximum.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/maximum.nim b/examples/maximum.nim index aa3fe375a..6552a8144 100644 --- a/examples/maximum.nim +++ b/examples/maximum.nim @@ -1,6 +1,6 @@ # Test high level features -import strutils +import strutils, sequtils echo "Give a list of numbers (separated by spaces): " stdin.readLine.split.map(parseInt).max.`$`.echo(" is the maximum!") -- cgit 1.4.1-2-gfad0