adventofcode/08dec/input_test

5 lines
75 B
Plaintext

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