/advent-of-code-2020-scala

An excuse to learn Scala

Primary LanguageScala

Advent of Code 2020

Learning Scala by solving problems from https://adventofcode.com/.

Running

Compiling and running the solution for Day 1 challenge 2, for example:

cd 1
scalac *.scala
scala Day1_2