https://github.com/horothesun/advent-of-code-2023
Advent of Code 2023 with Scala 3 and the FP Typelevel stack.
https://github.com/horothesun/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-scala advent-of-code-2023-scala3 advent-of-code-scala advent-of-code-scala3 aoc aoc-2023 aoc-2023-in-scala aoc2023 cats ci continuous-integration fp functional-programming kittens scala scala-3 scala3 typelevel
Last synced: 3 months ago
JSON representation
Advent of Code 2023 with Scala 3 and the FP Typelevel stack.
- Host: GitHub
- URL: https://github.com/horothesun/advent-of-code-2023
- Owner: horothesun
- Created: 2023-11-29T23:27:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T23:37:42.000Z (about 1 year ago)
- Last Synced: 2024-05-22T23:43:27.769Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-scala, advent-of-code-2023-scala3, advent-of-code-scala, advent-of-code-scala3, aoc, aoc-2023, aoc-2023-in-scala, aoc2023, cats, ci, continuous-integration, fp, functional-programming, kittens, scala, scala-3, scala3, typelevel
- Language: Scala
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
[](https://github.com/horothesun/advent-of-code-2023/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*"
```