Skip to content

havijw/aoc23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Solutions for Advent of Code 2023, mostly in Python.

Each day has a directory containing (at least) 5 files:

  • input.txt: My puzzle input for the day
  • puzzle1.py: Prints the solution for the first puzzle of the day
  • test1.txt: Test input for the first puzzle of the day
  • puzzle1.py: Prints the solution for the second puzzle of the day
  • test2.txt: Test input for the second puzzle of the day

About

Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages