2017 Day 18 Complete!

This commit is contained in:
2017-12-18 07:43:56 -06:00
parent 2a79811b20
commit 2a4227f39b
4 changed files with 208 additions and 0 deletions

10
2017/day18/testinput Normal file
View File

@@ -0,0 +1,10 @@
set a 1
add a 2
mul a a
mod a 5
snd a
set a 0
rcv a
jgz a -1
set a 1
jgz a -2