Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 330 Bytes

advent-of-code-2023

This repository contains my base for solving advent-of-code-2023.

The repository uses Scala 3

How to run

You can run the app via sbt

sbt run solve <day>

Optionally you can provide the path to a different input

sbt run solve <day> --path <pathToInput>