https://github.com/horothesun/advent-of-code-2024
Advent of Code 2024 with Scala 3 and the FP Typelevel stack.
https://github.com/horothesun/advent-of-code-2024
advent-of-code advent-of-code-2024 advent-of-code-2024-scala advent-of-code-2024-scala3 advent-of-code-scala advent-of-code-scala3 aoc aoc-2024 aoc-2024-in-scala aoc2024 cats ci continuous-integration fp functional-programming kittens scala scala-3 scala3 typelevel
Last synced: 3 months ago
JSON representation
Advent of Code 2024 with Scala 3 and the FP Typelevel stack.
- Host: GitHub
- URL: https://github.com/horothesun/advent-of-code-2024
- Owner: horothesun
- Created: 2024-12-01T15:57:26.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-23T22:45:26.000Z (3 months ago)
- Last Synced: 2025-03-23T23:28:22.031Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-scala, advent-of-code-2024-scala3, advent-of-code-scala, advent-of-code-scala3, aoc, aoc-2024, aoc-2024-in-scala, aoc2024, cats, ci, continuous-integration, fp, functional-programming, kittens, scala, scala-3, scala3, typelevel
- Language: Scala
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
[](https://github.com/horothesun/advent-of-code-2024/actions/workflows/ci.yml)
[](https://renovatebot.com)
[](https://mergify.com)
[](https://www.scala-lang.org/)Initialise a new day by running
```bash
scripts/init_day.sh
```Test specific day with
```bash
sbt "~testOnly *DayXSuite*"
```