aboutsummaryrefslogtreecommitdiff
path: root/2020/08-Handheld_Halting/example
diff options
context:
space:
mode:
authorJulien Dessaux2023-03-16 21:43:55 +0100
committerJulien Dessaux2023-03-16 21:43:55 +0100
commit6125f7357d2e6f7637580a1037da90b8535f9eeb (patch)
tree2cc536423ce25fcb96e133f3e575fa345c1ce154 /2020/08-Handheld_Halting/example
parent2020-07 in haskell (diff)
downloadadvent-of-code-6125f7357d2e6f7637580a1037da90b8535f9eeb.tar.gz
advent-of-code-6125f7357d2e6f7637580a1037da90b8535f9eeb.tar.bz2
advent-of-code-6125f7357d2e6f7637580a1037da90b8535f9eeb.zip
2020-08 in haskell
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