Skip to content

voivoid/scala-adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages