tmkfile - aoc22 - advent of code 2022 solutions
(HTM) git clone git://src.adamsgaard.dk/aoc22
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
tmkfile (224B)
---
1 run:V:
2 ./aoc3 <input
3 ./aoc3b <input
4
5 test:V:
6 # 16 (p), 38 (L), 42 (P), 22 (v), 20 (t), and 19 (s)
7 # correct sum is 157
8 ./aoc3 <testinput
9
10 test2:V:
11 # group 1 = r, group 2 = Z
12 # sum must be 18+52=70
13 ./aoc3b <testinput