Skip to content

rolandtritsch/scala-advent-of-code

 
 

Repository files navigation

Scala Advent of Code

Solutions in Scala for the annual Advent of Code challenge. Note: this repo is not affiliated with Advent of Code.

Prerequisites

Node.js v18.12.1+ (LTS)

Building the website for development

First check out the git submodules necessary

$ git submodule sync
Synchronizing submodule url for 'solutions'

$ git submodule update --init

then check you have the solutions directory added.

To run the website you need to do the following

$ sbtn "docs / mdoc"
$ cd website
$ yarn install
$ yarn start

About

Scala Center's solution of Advent of Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%