Skip to content

Commit 97d07cb

Browse files
committed
day 8
1 parent 6b9a48a commit 97d07cb

File tree

6 files changed

+719
-0
lines changed

6 files changed

+719
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ Part Two: 3354
3030
--- Day 7: Handy Haversacks ---
3131
Part One: 119
3232
Part Two: 155802
33+
34+
--- Day 8: Handheld Halting ---
35+
Part One: 1331
36+
Part Two: 1121
3337
```

inputs/08-example.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)