willtai / advent-of-code-2020-scala

An excuse to learn Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An excuse to learn Scala


Languages

Language:Scala 100.0%