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
day06/Makefile Normal file
View File

@@ -0,0 +1,10 @@
s1:
python3 part1.py submit
s2:
python3 part2.py submit
d:
python3 part1.py get_input
t1:
pytest part1.py
t2:
pytest part2.py