[py] Remove template solve script
This commit is contained in:
parent
d6f8ecf700
commit
cbe75f368c
1 changed files with 0 additions and 14 deletions
14
py/solve.py
14
py/solve.py
|
|
@ -1,14 +0,0 @@
|
|||
import sys
|
||||
|
||||
# PART 1
|
||||
|
||||
# PART 2
|
||||
|
||||
def main(filename):
|
||||
print(f"Solutions for {filename}")
|
||||
print(f"Part 1: NYI")
|
||||
print(f"Part 2: NYI")
|
||||
|
||||
if __name__ == "__main__":
|
||||
for filename in sys.argv[1:]:
|
||||
main(filename)
|
||||
Loading…
Add table
Add a link
Reference in a new issue