diff --git a/day5.chpl b/day5.chpl new file mode 100644 index 0000000..1f0ec61 --- /dev/null +++ b/day5.chpl @@ -0,0 +1,64 @@ +use List; +use IO; + +iter boxes() { + for line in stdin.lines() { + if line == "\n" then return; + var boxList = new list(string); + + for idx in 0..