Skip to content

Commit 00c5bfc

Browse files
committed
examples: use the correct module in fizzbuzz
1 parent a7255a9 commit 00c5bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fizzbuzz.pics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import std.io
33
import std.list
4-
import std.proc.loops
4+
import std.proc.loop
55

66
range := List::fromRange(1, 50)
77

0 commit comments

Comments
 (0)