Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

drewbrew/advent-of-code-2018

Repository files navigation

Drew's Advent of Code 2018 Solutions

What is this?

These are my solutions for Advent of Code 2018.

Because I primarily write Python for my day job, I am writing these in Python for the sake of getting them done. I make no guarantees that these are the fastest or best solutions, but they work.

How do I run them?

Download and install pipenv and Python 3.7.

Install dependencies (currently only needed for day 10): pipenv install.

Edit the file to paste the inputs where you see <paste inputs here>, then run pipenv run python dayX.py.

About

Advent of code 2018 solutions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages