Skip to content

Commit e6a5495

Browse files
committed
Add vim coda
1 parent 37f017e commit e6a5495

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

categories/euler/prob059-andreoss.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ (Bool :$verbose = False, :$file = 'cipher.txt', :$word = @common-words[0], :$pas
9898

9999
say "Done in {now - BEGIN now}" if $verbose;
100100
}
101+
102+
# vim: expandtab shiftwidth=4 ft=perl6

categories/euler/prob100-andreoss.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@
3333
while $total <= 10 ** 12 ;
3434

3535
say $blue;
36+
37+
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)