stevehardy325 / AdventOfCode2023

Advent Of Code 2023 solutions for personal tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode2023

Advent Of Code 2023 solutions for personal use

Contains a stub script directory meant to be copied and extended for each day. The stub directory includes:

  • run.py python script, meant to be edited for each day's specific needs
  • test.txt input file for test example
  • input.txt input file for user-specific input ("get your puzzle input")

Running create_env.sh or create_env.ps1 will copy the stub directory to a new directory named for the current 2-digit day ("07" etc) so that each day can have it's own solution and inputs located in one place.

About

Advent Of Code 2023 solutions for personal tracking

License:MIT License


Languages

Language:Python 99.8%Language:PowerShell 0.1%Language:Shell 0.1%