Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lhvy/aoc

Advent of Code Solutions Written in Python 3
https://github.com/lhvy/aoc

advent-of-code python3

Last synced: 9 days ago
JSON representation

Advent of Code Solutions Written in Python 3

Awesome Lists containing this project

README

        

# aoc

These are my solutions to [Advent of Code](https://adventofcode.com), written in Python 3.

**There are many possible solutions for each day in AoC, and the solutions here are by no means the best way of solving the puzzles as they were written with the aim of solving each puzzle quickly.**

## Usage

Each script reads its input from `input.txt` placed in the working directory. The input for each day can be found on the Advent of Code website, for example the input for 2020 day 1 is located at [https://adventofcode.com/2020/day/1/input](https://adventofcode.com/2020/day/1/input).