Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove useless spaces around ..
I never liked these with ranges.
  • Loading branch information
Konrad Borowski committed Jul 8, 2013
1 parent da7a4ed commit 08824dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euler/prob005-glitchmr.pl
@@ -1,2 +1,2 @@
#!/usr/bin/env perl6
say [lcm] 1 .. 20;
say [lcm] 1..20;

0 comments on commit 08824dd

Please sign in to comment.