Solutions to https://adventofcode.com/2020 in Scala 3
Follow this guide to install the Scala 3 compiler and code runner:
https://www.scala-lang.org/download/scala3.html
The input file for the solution you want to run needs to be added to the ./inputs
directory. Naming convention: day-<num>-input.txt
.
scala3-compiler InputReader.scala -explain
scala3-compiler Day5.scala -explain
scala3 Day5