Awesome
My solutions to the 2018 edition of Advent Of Code.
Check out my 2017 participation!
Problems & Solutions
- Day 1: solution
- Day 2: solution
- Day 3: solution
- Day 4: solution
- Day 5: solution
- Day 6: solution
- Day 7: solution
- Day 8: solution
- Day 9: solution
- Day 10: solution
- Day 11: solution
- Day 12: solution
- Day 13: solution
- Day 14: solution
- Day 15: solution
- Day 16: solution
- Day 17: solution
- Day 18: solution
- Day 19: solution
- Day 20: solution
- Day 21: solution
- Day 22: partial solution
- Day 23: –
- Day 24: –
- Day 25: –
Testing
You'll need Scala 2.12.7
and sbt 1.2.6
.
Start by entering the sbt shell:
$ sbt
To run a solution - for instance day 1 - you can conveniently use the following command:
> day 1
The output will be printed to the console and stored to the corresponding file in output/
.
License
This repository is licensed under the MIT License, please refer to the LICENSE
file.