uzairfaisal / advent-of-code-2018

My solutions to the 2018 edition of Advent Of Code.

Home Page:https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My solutions to the 2018 edition of Advent Of Code.

Problems & Solutions

Testing

You'll need Scala 2.12.8 and SBT 1.2.7.

First enter the sbt terminal:

> sbt

Compile the sources (make sure you're at the root directory of the repository):

> compile

To run a solution - for instance day 1:

> run-main adventofcode.solutions.Day01

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.

About

My solutions to the 2018 edition of Advent Of Code.

https://adventofcode.com

License:MIT License


Languages

Language:Scala 100.0%