Skip to content

Commit 08824dd

Browse files
author
Konrad Borowski
committed
Remove useless spaces around ..
I never liked these with ranges.
1 parent da7a4ed commit 08824dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

euler/prob005-glitchmr.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env perl6
2-
say [lcm] 1 .. 20;
2+
say [lcm] 1..20;

0 commit comments

Comments
 (0)