Skip to content

merlinorg/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Scala License: GPL v3 Scala CI

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

Advent of Code in Scala 3

Topics

Resources

License

Stars

Watchers

Forks

Languages