readme
This commit is contained in:
10
day06/Makefile
Normal file
10
day06/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user