Skip to content

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

Notifications You must be signed in to change notification settings

julesvanrie/aoc

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages