diff options
| author | Andrew Shitov <mail@andreyshitov.com> | 2025-05-12 16:36:04 +0200 |
|---|---|---|
| committer | Andrew Shitov <mail@andreyshitov.com> | 2025-05-12 16:36:04 +0200 |
| commit | 5dcdabe68205622b90a368cb3403dbc67174ca13 (patch) | |
| tree | ea1f8ed35a5ccf1dc57e89f6b8dfdae0ad2b8f1d | |
| parent | 646c43333fbe08f69292d3a6b151f792f4e55715 (diff) | |
| download | perlweeklychallenge-club-5dcdabe68205622b90a368cb3403dbc67174ca13.tar.gz perlweeklychallenge-club-5dcdabe68205622b90a368cb3403dbc67174ca13.tar.bz2 perlweeklychallenge-club-5dcdabe68205622b90a368cb3403dbc67174ca13.zip | |
nl
| -rw-r--r-- | challenge-321/ash/raku/ch-2.raku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-321/ash/raku/ch-2.raku b/challenge-321/ash/raku/ch-2.raku index 974cdc314b..904586b279 100644 --- a/challenge-321/ash/raku/ch-2.raku +++ b/challenge-321/ash/raku/ch-2.raku @@ -16,4 +16,4 @@ sub process($s is copy) { $s ~~ s/.\#// while $s ~~ /.\#/; return $s; -}
\ No newline at end of file +} |
