Move python solutions to separate directory

This commit is contained in:
Joscha 2019-12-05 08:45:38 +00:00
parent 47e97f4533
commit 3903907973
70 changed files with 0 additions and 0 deletions

View file

@ -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)