From 8e859f42869023fb8eedb1126cb5fa81c82b7318 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 8 May 2020 16:45:44 +0200 Subject: [PATCH] Solve problem 5 --- phase1.dyalog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phase1.dyalog b/phase1.dyalog index 3ddcb65..94fae42 100644 --- a/phase1.dyalog +++ b/phase1.dyalog @@ -7,6 +7,8 @@ (26⊥64-⍨⎕UCS) ⍝ 4: Take a Leap (1 3∊⍨(0+.=400 100 4∘.|⊢)) + ⍝ 5: Stepping in the Proper Direction + {(⊃⍵)+(-×-/⍵)×0,⍳|-/⍵} ⍝ 6: Please Move to the Front {⍵[⍋⍺≠⍵]} ⍝ 7: See You in a Bit