Skip to content

Latest commit

 

History

History

2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2023

This year's solutions will be implemented in Scala 3.

Instructions

This can be compiled with:

$ sbt compile

To run the solver, run the following command, replacing XX with the day of the desired problem:

$ sbt run XX

Additionally, any solver can be ran with an input file "test.txt", by passing true as the second parameter:

$ sbt run XX true