cleaned up and modified makefile

This commit is contained in:
icaema 2023-12-02 15:29:48 -05:00
parent 9128415dd0
commit 614d3629a0
2 changed files with 9 additions and 0 deletions

View File

@ -26,3 +26,12 @@ clean:
pytest1:
cat data/p01test.txt | python3 src/part01.py
pyrun1:
cat data/p01data.txt | python3 src/part01.py
pytest2:
cat data/p02test.txt | python3 src/part02.py
pyrun2:
cat data/p02data.txt | python3 src/part02.py

BIN
day-02/bin/part02 Executable file

Binary file not shown.