diff options
Diffstat (limited to 'day8/input_test.txt')
| -rw-r--r-- | day8/input_test.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/day8/input_test.txt b/day8/input_test.txt new file mode 100644 index 0000000..6fee349 --- /dev/null +++ b/day8/input_test.txt @@ -0,0 +1,9 @@ +nop +0 +acc +1 +jmp +4 +acc +3 +jmp -3 +acc -99 +acc +1 +jmp -4 +acc +6
\ No newline at end of file |
