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
- Host: GitHub
- URL: https://github.com/scarf005/aoc-scala
- Owner: scarf005
- License: agpl-3.0
- Created: 2024-08-08T16:36:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T15:40:30.000Z (6 months ago)
- Last Synced: 2025-01-19T05:14:22.467Z (6 months ago)
- Language: Scala
- Size: 231 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Advent Of Code](https://adventofcode.com) 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 |
| :-----------------------------------: | :----------------------------------: |
||
|
| **2024 Day14 part 2** | |
|| |