Skip to content

pektinasen/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

These are my solutions to Advent of Code 2017 in Scala (compiled with dotty).

Have look around, but don't cheat ;)

Day One

Sum up numbers in list that have same right neighbor

So for the first task I already use the quick solution. I hope followup solutions will be more elegant.

sbt project compiled with Dotty

Usage

This is a normal sbt project, you can compile code with sbt compile and run it with sbt run, sbt console will start a Dotty REPL.

For more information on the sbt-dotty plugin, see the dotty-example-project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages