Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
Advent of Code in Scala
- Host: GitHub
- URL: https://github.com/scarf005/aoc-scala
- Owner: scarf005
- License: agpl-3.0
- Created: 2024-08-08T16:36:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:38:12.000Z (about 2 months ago)
- Last Synced: 2024-09-17T10:47:21.162Z (about 2 months ago)
- Language: Scala
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) |