This commit is contained in:
2022-12-06 07:14:27 +01:00
commit 97aa78cd76
36 changed files with 7669 additions and 0 deletions

10
day04/Makefile Normal file
View File

@@ -0,0 +1,10 @@
s1:
/Users/zev/Documents/repos/advent/2015/env/bin/python3.10 part1.py input.txt | aoc-submit --part 1
s2:
/Users/zev/Documents/repos/advent/2015/env/bin/python3.10 part2.py input.txt | aoc-submit --part 2
d:
aoc-download-input
t1:
pytest part1.py
t2:
pytest part2.py