Skip to content

NemoInfo/aoc23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to advent of code 2023.

Usage

You will need just installed.

Rust

For Rust you will also need cargo. Then in rust/, you can simply run:

  • for the puzzle input
just run <part[1,2]> <?day[01..25]> <?args> 
  • for the test input
just test <?part[1,2]> <?day[01..25]> <?args> 

Python

In the python/ directory run:

  • for the puzzle input
just run <part[1,2]> <?day[01..25]>
  • for the test input
just test <part[1,2]> <?day[01..25]>

About

My solutions to advent of code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published