jcisio / adventofcode2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2023

Participation in the programming puzzles Advent of Code 2023.

The test input is in dNN.in, download the real input to dNN.test. Change the path at the end of dNN.py.

To run, simply: python dayNN/dNN.py. Some later days support printing debug message, to remove the message: python -O dayNN/dNN.py

Not tested, but most code is compatible with pypy3.

About

License:MIT License


Languages

Language:Python 98.6%Language:Shell 1.4%