aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieVieRo <tymek24m@gmail.com>2024-08-19 13:03:20 +0200
committerGitHub <noreply@github.com>2024-08-19 13:03:20 +0200
commitc944be2cd5eb8ad18bb449ce00a17ee5280597aa (patch)
tree68b20d8a0fb9f4df7908f5195dfd27cc7672638a
parentd97eb7fa2607786542befba4245db355da64a4df (diff)
downloadperlweeklychallenge-club-c944be2cd5eb8ad18bb449ce00a17ee5280597aa.tar.gz
perlweeklychallenge-club-c944be2cd5eb8ad18bb449ce00a17ee5280597aa.tar.bz2
perlweeklychallenge-club-c944be2cd5eb8ad18bb449ce00a17ee5280597aa.zip
Simplify solution for task 2
-rw-r--r--challenge-283/pieviero/uiua/ch-2.ua2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-283/pieviero/uiua/ch-2.ua b/challenge-283/pieviero/uiua/ch-2.ua
index 8b068d0b7e..635a787290 100644
--- a/challenge-283/pieviero/uiua/ch-2.ua
+++ b/challenge-283/pieviero/uiua/ch-2.ua
@@ -1,3 +1,3 @@
-DigitCountValue ← ≍∩(⊏:⟜⍏)⟜▽:⇡⊸⧻
+DigitCountValue ← ≍∩(⊏⊸⍏)⟜▽:⇡⊸⧻
DigitCountValue [1 2 1 0]
DigitCountValue [0 3 0]