advent-of-code/py/2017/08/test_input.txt

4 lines
75 B
Text

b inc 5 if a > 1
a inc 1 if b < 5
c dec -10 if a >= 1
c inc -20 if c == 10