Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Remove conflict markers from perl5.066.01 and add a shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jan 25, 2010
1 parent eeedc28 commit 3e5a269
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions perl5/066/01.pl
@@ -1,14 +1,11 @@
#!perl

use strict; use strict;
use warnings; use warnings;
use lib './lib'; use lib './lib';
use Math::Pell; use Math::Pell;
use List::AllUtils qw/all/; use List::AllUtils qw/all/;
use Data::Dumper;

<<<<<<< HEAD


=======
>>>>>>> origin
# Project Euler - problem 66 # Project Euler - problem 66
#http://projecteuler.net/index.php?section=problems&id=66 #http://projecteuler.net/index.php?section=problems&id=66


Expand Down

0 comments on commit 3e5a269

Please sign in to comment.