Skip to content

heyoeyo/adventofcode-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code - 2023

Solutions for 2023 advent of code


  • Using Python3 (version 3.10.12, though 3.6+ probably works fine)
  • Trying to avoid external libraries, so no special environments are needed
  • All scripts load input data using relative pathing, so they must run from within their respective folders! For example:
cd day_02
python solution.py

About

Solutions for Advent of Code (2023)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages