projects
/
advent-of-code-16.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tidying
[advent-of-code-16.git]
/
data
/
advent23.txt
1
cpy a b
2
dec b
3
cpy a d
4
cpy 0 a
5
cpy b c
6
inc a
7
dec c
8
jnz c -2
9
dec d
10
jnz d -5
11
dec b
12
cpy b c
13
cpy c d
14
dec d
15
inc c
16
jnz d -2
17
tgl c
18
cpy -16 c
19
jnz 1 c
20
cpy 94 c
21
jnz 99 d
22
inc a
23
inc d
24
jnz d -2
25
inc c
26
jnz c -5