aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shitov <mail@andreyshitov.com>2025-05-06 09:06:23 +0200
committerAndrew Shitov <mail@andreyshitov.com>2025-05-06 09:06:23 +0200
commitb352d1a9bb5ac9e12ad6a41e5cbd04130d478f6a (patch)
tree663ccf34fc41e2c501d8d1c37b52475818906a32
parent8ea8086138c6dd8e3d691070a56a9a664cddcf27 (diff)
downloadperlweeklychallenge-club-b352d1a9bb5ac9e12ad6a41e5cbd04130d478f6a.tar.gz
perlweeklychallenge-club-b352d1a9bb5ac9e12ad6a41e5cbd04130d478f6a.tar.bz2
perlweeklychallenge-club-b352d1a9bb5ac9e12ad6a41e5cbd04130d478f6a.zip
nl
-rw-r--r--challenge-320/ash/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-320/ash/raku/ch-2.raku b/challenge-320/ash/raku/ch-2.raku
index 26359ed294..d95dc5e6b0 100644
--- a/challenge-320/ash/raku/ch-2.raku
+++ b/challenge-320/ash/raku/ch-2.raku
@@ -5,4 +5,4 @@ my @ints = 1, 23, 4, 5; # 18
# my @ints = 1, 2, 3, 4, 5; # 0
# my @ints = 1, 2, 34; # 27
-say abs(@ints.sum - @ints.comb.sum); \ No newline at end of file
+say abs(@ints.sum - @ints.comb.sum);