Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcanlas/advent-of-code-scala

Advent of Code 2022, written in Scala
https://github.com/mcanlas/advent-of-code-scala

advent-of-code advent-of-code-2022

Last synced: 7 days ago
JSON representation

Advent of Code 2022, written in Scala

Awesome Lists containing this project

README

        

# advent-of-code-scala
[Advent of Code](https://adventofcode.com/), written in Scala

## Running

```bash
sbt "year-2022/run day1 data/2022/day1.short.txt"
```