diff options
| author | Mohammad Sajid Anwar <Mohammad.Anwar@yahoo.com> | 2024-02-07 21:47:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 21:47:33 +0000 |
| commit | 687f556ce8d22ef728f980d4808d41acaf4818f9 (patch) | |
| tree | 60412baef103ffac5e0e3f2ae05cdeeaf0a844c9 | |
| parent | 9b04b31c493d7a547293c422b4adc01c27eb9ff5 (diff) | |
| parent | c7d56f2562526a07bda553c47f02c062ce87a9af (diff) | |
| download | perlweeklychallenge-club-687f556ce8d22ef728f980d4808d41acaf4818f9.tar.gz perlweeklychallenge-club-687f556ce8d22ef728f980d4808d41acaf4818f9.tar.bz2 perlweeklychallenge-club-687f556ce8d22ef728f980d4808d41acaf4818f9.zip | |
Merge pull request #9544 from mrwilson/master
Solutions for 255 in uiua
| -rw-r--r-- | challenge-255/probablyfine/uiua/ch-1.ua | 7 | ||||
| -rw-r--r-- | challenge-255/probablyfine/uiua/ch-2.ua | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/challenge-255/probablyfine/uiua/ch-1.ua b/challenge-255/probablyfine/uiua/ch-1.ua new file mode 100644 index 0000000000..54bbbed179 --- /dev/null +++ b/challenge-255/probablyfine/uiua/ch-1.ua @@ -0,0 +1,7 @@ +One ← ⊢▽⬚@ ≠,∩(⊏⍏.) + +--- +⍤.= @e One "Perl" "Preel" +⍤.= @a One "Weekly" "Weeakly" +⍤.= @y One "Box" "Boxy" +--- 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 +--- |
