Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewbrew/advent-of-code-2022

Advent of code, 2022 edition
https://github.com/drewbrew/advent-of-code-2022

Last synced: 10 days ago
JSON representation

Advent of code, 2022 edition

Awesome Lists containing this project

README

        

# Drew's Advent of Code 2022 Solutions

## What is this?

These are my solutions for [Advent of Code 2022](https://adventofcode.com/202).

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 Python 3.11.

Save your day's input as `dayXX.txt`, then run `pipenv run python dayXX.py`.