This repository was archived by the owner on May 4, 2023. It is now read-only.

Description
Todos
In the end, I should be able to call something like this:
make skeleton lang=python year=2022 day=1
make skeleton lang=golang year=2022 day=1
And the following should be generated:
- All languages: solution directory (ie.
./2022/01/), input.txt
- Python:
main.py
- Golang:
main.go and main_test.go