From 34757a8a03c37311fee90a39eeca9627af88349e Mon Sep 17 00:00:00 2001 From: Simon Proctor Date: Tue, 18 Jun 2019 11:14:33 +0100 Subject: Missed a save --- challenge-013/simon-proctor/perl6/ch-1.p6 | 2 +- challenge-013/simon-proctor/perl6/ch-2.p6 | 2 +- 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 +} -- cgit