aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-013/simon-proctor/perl6/ch-1.p62
-rw-r--r--challenge-013/simon-proctor/perl6/ch-2.p62
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-013/simon-proctor/perl6/ch-1.p6 b/challenge-013/simon-proctor/perl6/ch-1.p6
index b436111973..ef8ea26ad6 100644
--- a/challenge-013/simon-proctor/perl6/ch-1.p6
+++ b/challenge-013/simon-proctor/perl6/ch-1.p6
@@ -13,4 +13,4 @@ sub MAIN (
==> sort( { $^b <=> $^a } )
==> grep( { state $m = 13; if ( $_.month < $m ) { $m = $_.month;True } else { False } })
==> sort( * <=> * );
-} \ No newline at end of file
+}
diff --git a/challenge-013/simon-proctor/perl6/ch-2.p6 b/challenge-013/simon-proctor/perl6/ch-2.p6
index d07cfa0428..8b5bf90e9b 100644
--- a/challenge-013/simon-proctor/perl6/ch-2.p6
+++ b/challenge-013/simon-proctor/perl6/ch-2.p6
@@ -25,4 +25,4 @@ sub MAIN ( UInt() $n ) {
say "F : {@F[0..$n].join(", ")}";
say "M : {@M[0..$n].join(", ")}";
-} \ No newline at end of file
+}