aboutsummaryrefslogtreecommitdiff
path: root/2020/08-Handheld_Halting/example
diff options
context:
space:
mode:
Diffstat (limited to '2020/08-Handheld_Halting/example')
-rw-r--r--2020/08-Handheld_Halting/example9
1 files changed, 9 insertions, 0 deletions
diff --git a/2020/08-Handheld_Halting/example b/2020/08-Handheld_Halting/example
new file mode 100644
index 0000000..178df53
--- /dev/null
+++ b/2020/08-Handheld_Halting/example
@@ -0,0 +1,9 @@
+nop +0
+acc +1
+jmp +4
+acc +3
+jmp -3
+acc -99
+acc +1
+jmp -4
+acc +6