Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcanlas/advent-of-code-scala
- Owner: mcanlas
- License: mit
- Created: 2020-12-04T19:06:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:54:38.000Z (17 days ago)
- Last Synced: 2024-10-21T02:55:43.645Z (17 days ago)
- Topics: advent-of-code, advent-of-code-2022
- Language: Scala
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```