diff options
| author | Alex Wilson <460299+mrwilson@users.noreply.github.com> | 2024-02-07 18:29:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 18:29:10 +0000 |
| commit | c7d56f2562526a07bda553c47f02c062ce87a9af (patch) | |
| tree | 0df6d5bed970169530cc1f1f107777d58ec35646 | |
| parent | 764c504de403db22012d9ab1f168dd56604f35d2 (diff) | |
| download | perlweeklychallenge-club-c7d56f2562526a07bda553c47f02c062ce87a9af.tar.gz perlweeklychallenge-club-c7d56f2562526a07bda553c47f02c062ce87a9af.tar.bz2 perlweeklychallenge-club-c7d56f2562526a07bda553c47f02c062ce87a9af.zip | |
feat(255): Solution for part 2
| -rw-r--r-- | challenge-255/probablyfine/uiua/ch-2.ua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/challenge-255/probablyfine/uiua/ch-2.ua b/challenge-255/probablyfine/uiua/ch-2.ua new file mode 100644 index 0000000000..7b587aa3c2 --- /dev/null +++ b/challenge-255/probablyfine/uiua/ch-2.ua @@ -0,0 +1,9 @@ +Two ← ⊡⊢⍖⊕(⊃⧻⊢)⊛.▽⊃≠∘⊙□⊜□¬∊:" .,:;". + +--- +"Joe hit a ball, the hit ball flew far after it was hit." "hit" +⍤⊃⋅∘⊔≍ "ball" Two + +"Perl and Raku belong to the same family. Perl is the most popular language in the weekly challenge." "the" +⍤⊃⋅∘⊔≍ "Perl" Two +--- |
