Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lionralfs/advent-of-code-2022
🎄 My 2022 AoC solutions in Scala
https://github.com/lionralfs/advent-of-code-2022
advent-of-code advent-of-code-2022 scala
Last synced: 1 day ago
JSON representation
🎄 My 2022 AoC solutions in Scala
- Host: GitHub
- URL: https://github.com/lionralfs/advent-of-code-2022
- Owner: lionralfs
- Created: 2022-12-01T05:34:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T09:30:50.000Z (about 2 years ago)
- Last Synced: 2023-03-01T08:45:52.541Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2022, scala
- Language: Scala
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2022
- `sbt` to start a session.
- `runMain day01.Main` to execute.Or, instead, to run all tests: `sbt +test`