From 4eb59904c64fcabc403e6cb2b75f5be192d191a0 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 8 May 2020 13:54:02 +0200 Subject: [PATCH] Solve problem 6 --- phase1.dyalog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phase1.dyalog b/phase1.dyalog index f4096f5..2e7defb 100644 --- a/phase1.dyalog +++ b/phase1.dyalog @@ -5,4 +5,6 @@ {(~⍵∊127+⍳64)⊂⍵} ⍝ 3: Excel-lent Columns (26⊥64-⍨⎕UCS) + ⍝ 6: Please Move to the Front + {⍵[⍋⍺≠⍵]} \ No newline at end of file