wbh1 / adventofcode2023

2023 Advent of Code solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

I'm using Python this year because I don't have the time to use something else :(

Usage

Use the aoc.py script to run solutions like so:

./aoc.py 1

Testing

I use pytest for validating that my solution matches the expected output from the sample data in each problem. To run a test:

pytest solutions/test_day1.py

About

2023 Advent of Code solutions


Languages

Language:Python 100.0%