Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 514 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 514 Bytes

Advent of Code 2023

This is a collection of my attempts at each day of Advent of Code 2023. All code is written in Python.

Each day has its own folder containing 3 files -

  • Solution script for part 1
  • Solution script for part 2
  • The given input for the day

Requirements

You will need Python 3.7+ installed to run these scripts.

Unless explicitly specified, no extra modules will need installing.

Running the scripts

Each script is individually executable as-is.