Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 11.3 KB

README.md

File metadata and controls

56 lines (45 loc) · 11.3 KB

Advent of Code in Scala

Advent of Code ( https://adventofcode.com ) 2015-2020 solutions using pure-functional scala

Prerequisites

  • mill

Build

$ mill app.compile

Tests

$ mill problems.test       # quick unit-tests check
$ mill -j 8 app.testAll    # test all problems

Solve Problem

$ mill app.problem 2015_01_1
$ mill app.problem 2015_01_2

Sources

Day 2015 2016 2017 2018 2019 2020
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25