diff --git a/Contest2020/Contest2020.dyalog b/Contest2020/Contest2020.dyalog index f29a708..f8b0a23 100644 --- a/Contest2020/Contest2020.dyalog +++ b/Contest2020/Contest2020.dyalog @@ -30,10 +30,13 @@ ⍝ Put your code and comments below here ∇ - ∇ urls←PastTasks url + ∇ urls←PastTasks url;r;paths ⍝ 2020 APL Problem Solving Competition Phase II ⍝ Stub function for Problem 3, Task 1 - PastTasks ⍝ Put your code and comments below here + r←HttpCommand.Get url + paths←('[a-zA-Z0-9_/]+\.pdf'⎕S'&')r.Data + urls←('https://www.dyalog.com/'∘,)¨paths ∇ ∇ r←revp dna