Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 336 Bytes

Advent of Code 2022

Solutions for advent of code 2022 in Scala and ScalaTest.

To Run

  1. Install scala and sbt as per the instructions.
  2. Code under src\main, tests under src\test
  3. To run tests, sbt test