Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 490 Bytes

Advent of Code 2023

A scala 3 winter miracle!

https://adventofcode.com/2023

Run it with SBT.

% sbt
sbt:aoc2023> runMain org.merlin.aoc2023.Day1 1 sample
142
sbt:aoc2023> runMain org.merlin.aoc2023.Day1 1
54561
sbt:aoc2023> runMain org.merlin.aoc2023.Day1 2 sample
281
sbt:aoc2023> runMain org.merlin.aoc2023.Day1 2
54076
sbt:aoc2023> test
...

Input files in this repo are encrypted with git-crypt so, you know, use your own.