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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T12:18:49.000Z (about 1 month ago)
- Last Synced: 2024-11-22T00:52:11.240Z (about 1 month ago)
- Language: Scala
- Size: 148 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) |