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