Solve 2017/08
This commit is contained in:
parent
416adc5747
commit
4883db17b5
3 changed files with 1100 additions and 0 deletions
4
2017/08/test_input.txt
Normal file
4
2017/08/test_input.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue