Skip to content

merlinorg/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

A scala 3 winter miracle!

https://adventofcode.com/

Run it with SBT.

% sbt
sbt:aoc> runMain org.merlin.aoc.year2022.day16.part1
###
sbt:aoc> runMain org.merlin.aoc.year2022.day16.part2
###
sbt:aoc> test
...
sbt:aoc> testOnly -- -l "org.scalatest.tags.Slow"
...
sbt:aoc> testOnly -- -z "2022 day 01"
...
sbt:aoc> Jmh/run -i 3 -wi 3 -f1 -t1 -tu ms -bm avgt .*11.*

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages