From f8c5179ef4bc042ccc4c1f64ac4e65f98f946e06 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Mon, 11 May 2020 19:25:15 +0200 Subject: [PATCH] Remove fix for data inconsistency --- Contest2020/Contest2020.dyalog | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Contest2020/Contest2020.dyalog b/Contest2020/Contest2020.dyalog index 9e3bafb..34e08e6 100644 --- a/Contest2020/Contest2020.dyalog +++ b/Contest2020/Contest2020.dyalog @@ -89,11 +89,6 @@ ⍝ 2020 APL Problem Solving Competition Phase II ⍝ Problem 6, Task 1 - Merge ∇ val←ns getval var - ⍝ The template and JSON files do not use the same - ⍝ vocabulary. - :If var≡'lastname' - var←'surname' - :EndIf :If ''≡var ⍝ literal '@' val←'@' :ElseIf (⊂var)∊ns.⎕NL ¯2