Solve 2017/08

This commit is contained in:
Joscha 2018-12-05 13:46:02 +00:00
parent 416adc5747
commit 4883db17b5
3 changed files with 1100 additions and 0 deletions

4
2017/08/test_input.txt Normal file
View file

@ -0,0 +1,4 @@
b inc 5 if a > 1
a inc 1 if b < 5
c dec -10 if a >= 1
c inc -20 if c == 10