/AdventOfCode2023

This year, it's time python time!

Primary LanguagePython

My Advent of Code solutions 2023

 Made in
 ╔═══════╗ ╔═╗   ╔═╗ ╔═══════╗ ╔═╗   ╔═╗ ╔═══════╗ ╔═══════╗
 ║ ╔═══╗ ║ ║ ║   ║ ║ ╚══╗ ╔══╝ ║ ║   ║ ║ ║ ╔═══╗ ║ ║ ╔═══╗ ║
 ║ ╚═══╝ ║ ║ ╚═══╝ ║    ║ ║    ║ ╚═══╝ ║ ║ ║   ║ ║ ║ ║   ║ ║
 ║ ╔═════╝ ╚══╗ ╔══╝    ║ ║    ║ ╔═══╗ ║ ║ ║   ║ ║ ║ ║   ║ ║
 ║ ║          ║ ║       ║ ║    ║ ║   ║ ║ ║ ╚═══╝ ║ ║ ║   ║ ╚═╗
 ╚═╝          ╚═╝       ╚═╝    ╚═╝   ╚═╝ ╚═══════╝ ╚═╝   ╚═══╝

Generate files for a day:

> py .\make_my_day.py
# will ask some questions

examples for running day 1:

run

> py .\run.py 1
# solver at 01_solver.py
# input at 01_input.txt

run tests

> py .\test.py 1
# solver at 01_solver.py
# test cases at 01_tests.py