Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 650 Bytes

aoc

My (quick and dirty) solutions for the Advent of Code challenges.

Only one guiding principle:

If it works, it works

So no beauty prizes here. Remember: it's 6am in my timezone.

Helper things

aochelper.py

A little helper function to download the inputs from the AOC website. Setup and usage instructions in the docstring.

createday.sh

A little script to create a new folder for a, copying boilerplate.py and creating test.txt. Used standalone, creates a folder with day = today's date. Takes one argument, name of the folder to create.

app.py

Streamlit to facilitate getting user input and posting puzzle results