Skip to content

My attempts at as much of Advent of Code 2023 as I can

License

Notifications You must be signed in to change notification settings

cshnimble/advent-of-code-23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

This is a collection of my attempts at each day of Advent of Code 2023. All code is written in Python.

Each day has its own folder containing 3 files -

  • Solution script for part 1
  • Solution script for part 2
  • The given input for the day

Requirements

You will need Python 3.7+ installed to run these scripts.

Unless explicitly specified, no extra modules will need installing.

Running the scripts

Each script is individually executable as-is.

About

My attempts at as much of Advent of Code 2023 as I can

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages