Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scarf005/aoc-scala

Advent of Code in Scala
https://github.com/scarf005/aoc-scala

Last synced: 25 days ago
JSON representation

Advent of Code in Scala

Awesome Lists containing this project

README

        

# [Advent Of Code 2015](https://adventofcode.com/2015) in scala

uses:
- scala3
- scala-cli

## How to

```sh
# setup IDE
$ scala-cli setup-ide .

# run the code
$ scala-cli run project.scala . --main-class day${N}.main

# run tests
$ scala-cli test .
```

## Images

| 2015 Day6 Part 1 | 2015 Day6 Part 2 |
| :-: | :-: |
| ![2015 Day6 Part 1](img/2015/day6.part1.webp) | ![2015 Day6 Part 2](./img/2015/day6.part2.webp) |