diff --git a/Contest2020/Contest2020.dyalog b/Contest2020/Contest2020.dyalog index 4b964c3..b9461f5 100644 --- a/Contest2020/Contest2020.dyalog +++ b/Contest2020/Contest2020.dyalog @@ -117,8 +117,8 @@ ∇ ⍝ 2020 APL Problem Solving Competition Phase II - ⍝ Problem 7, Tasl 1 - CheckDigit - CheckDigit←{10|-10|⍵+.×11⍴3 1} + ⍝ Problem 7, Task 1 - CheckDigit + CheckDigit←{10|-⍵+.×11⍴3 1} ∇ bits←WriteUPC digits ⍝ 2020 APL Problem Solving Competition Phase II