spamegg1 / aoc

Advent of Code 2015 - 2024

Home Page:https://adventofcode.com

Repository from Github https://github.comspamegg1/aocRepository from Github https://github.comspamegg1/aoc

Advent of Code 2015-2023, in Scala

aoc-logo

Using

From Scala 3.5.0 onward, scala is the same as scala-cli.

Setup

To setup, install Scala, VS Code, Metals, git and. Then

git clone https://github.com/spamegg1/aoc
cd aoc
scala setup-ide .
code .

Libraries

I setup this to be a Scala project using the Scala Toolkit.

For example, for the puzzles that require file input / output, I use os-lib that comes with the Toolkit.

About

Advent of Code 2015 - 2024

https://adventofcode.com

License:GNU Affero General Public License v3.0


Languages

Language:Scala 100.0%