Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

FlorianCassayre/AdventOfCode-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to the 2018 edition of Advent Of Code.

Check out my 2017 participation!

Problems & Solutions

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.

About

My solutions to the 2018 edition of Advent Of Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages