Skip to content

merlinorg/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.