Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 362 Bytes

Readme.md

File metadata and controls

13 lines (7 loc) · 362 Bytes

Advent of Code 2023

https://adventofcode.com/2023

Showing my working for Advent of Code 2023. This is also me learning how to Python

How to run?

Each day is copied from the day0 dir as a starting point.

Each input is saved into input.txt for each day.

Running python3 dayN/exec.py will read the file and split by line. Then the rest is up to me!