2022-12-06 04:57:59 +00:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
echo "example"
|
2022-12-06 05:11:35 +00:00
|
|
|
python3 ./src/d6.py ./data/example.txt
|
2022-12-06 04:57:59 +00:00
|
|
|
|
|
|
|
echo "submission"
|
2022-12-06 05:11:35 +00:00
|
|
|
python3 ./src/d6.py ./data/submission.txt
|
2022-12-06 04:57:59 +00:00
|
|
|
|