aboutsummaryrefslogtreecommitdiff
path: root/src/2017/day18/input0
diff options
context:
space:
mode:
Diffstat (limited to 'src/2017/day18/input0')
-rw-r--r--src/2017/day18/input010
1 files changed, 10 insertions, 0 deletions
diff --git a/src/2017/day18/input0 b/src/2017/day18/input0
index e69de29..4e62dbd 100644
--- a/src/2017/day18/input0
+++ b/src/2017/day18/input0
@@ -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