Skip to content

ygunayer/aoc-2017-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-2017-scala

My solutions for Advent of Code 2017, in Scala.

Build Status Coverage Status

Running

The Advent of Code has two challenges per day for 25 days, so I marked each solution with a two-digit day code and the letters a and b for the individual parts (e.g. Solution02a for the first part of day 2)

Use the following command to run a specific challenge (mind the double quotes)

$ sbt "run Solution03b"

Testing

Each solution has tests that use the examples as input. To run all tests, run the following command

$ sbt test

To run a specific test, launch sbt in continuous execution mode, and run the following command (mind the asterisk *)

> testOnly *Solution03bTests

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages