diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-08 12:07:36 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-08 12:07:36 +0200 |
| commit | e80b45a808e9ce3937f737dc83b32c8066a18c25 (patch) | |
| tree | 38dad0ec7cfdd88d0781e7522ee1be749f32bd27 /day8/input_test.txt | |
| parent | 0f7269d478d94f897b12e6542fa7c6cab88f6e85 (diff) | |
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 |
