Skip to content

noahmacaskill/AoC2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

These are my solutions to the 2023 Advent of Code

Usage

Each solution contains an INPUT variable where the name of the input file is specified. Receive a unique input from Advent of Code.

Most days contain the following file structure:

|- dayX
|   |- part1.py
|   |- part2.py

However some days contain the solutions to both parts in the same file (solution.py). In these cases, set the PART_1 variable accordingly (True for part 1, False for part 2).

About

Repository of my Advent of Code 2023 solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages