diff options
| author | Alex Wilson <460299+mrwilson@users.noreply.github.com> | 2024-02-07 18:25:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 18:25:50 +0000 |
| commit | 764c504de403db22012d9ab1f168dd56604f35d2 (patch) | |
| tree | 656fa048d6bace4eaccff0e6fe92fae5e3f10752 | |
| parent | 67a68c401ffc44ea5d74d100dd971b3a80dccc2f (diff) | |
| download | perlweeklychallenge-club-764c504de403db22012d9ab1f168dd56604f35d2.tar.gz perlweeklychallenge-club-764c504de403db22012d9ab1f168dd56604f35d2.tar.bz2 perlweeklychallenge-club-764c504de403db22012d9ab1f168dd56604f35d2.zip | |
feat(255): Solution for part 1
| -rw-r--r-- | challenge-255/probablyfine/uiua/ch-1.ua | 7 |
1 files changed, 7 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" +--- |
