Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "use v6;" for good measure.
Make it recognise that it's a Perl 6 program.
  • Loading branch information
shlomif committed Jan 11, 2014
1 parent 2460f31 commit ec42eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion euler/prob023-shlomif.pl
Expand Up @@ -26,7 +26,8 @@
#
# Find the sum of all the positive integers which cannot be written as
# the sum of two abundant numbers.
#

use v6;

my @divisors_sums;
@divisors_sums[1] = 0;
Expand Down

0 comments on commit ec42eb2

Please sign in to comment.