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

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

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

Last synced: 6 months ago
JSON representation

Advent of Code in Scala

Awesome Lists containing this project

README

        

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

![GitHub branch check runs](https://img.shields.io/github/check-runs/scarf005/aoc-scala/main?style=for-the-badge&logo=scala&labelColor=%23DC322F&color=%23EEF5EC)

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 |
| :-----------------------------------: | :----------------------------------: |
| | |
| **2024 Day14 part 2** | |
| | |