Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add vim coda
  • Loading branch information
Paul Cochrane committed Apr 28, 2015
1 parent 37f017e commit e6a5495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions categories/euler/prob059-andreoss.pl
Expand Up @@ -98,3 +98,5 @@ (Bool :$verbose = False, :$file = 'cipher.txt', :$word = @common-words[0], :$pas

say "Done in {now - BEGIN now}" if $verbose;
}

# vim: expandtab shiftwidth=4 ft=perl6
2 changes: 2 additions & 0 deletions categories/euler/prob100-andreoss.pl
Expand Up @@ -33,3 +33,5 @@
while $total <= 10 ** 12 ;

say $blue;

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit e6a5495

Please sign in to comment.