https://github.com/tyrcho/aoc2024
Advent of code 2024
https://github.com/tyrcho/aoc2024
Last synced: 9 months ago
JSON representation
Advent of code 2024
- Host: GitHub
- URL: https://github.com/tyrcho/aoc2024
- Owner: tyrcho
- Created: 2024-12-02T12:19:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T19:19:05.000Z (about 1 year ago)
- Last Synced: 2025-02-06T04:44:10.422Z (11 months ago)
- Language: Scala
- Size: 12.7 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://adventofcode.com/2024/) in Scala
Works with [scala-cli](https://scala-cli.virtuslab.org/) :
pbpaste | scala-cli run aoc3b.sc
pbpaste | scala-cli run aoc4.scala
scala-cli test aoc4.scala
When the content of the clipboard is the problem input.
On windows `pbpaste` can be replaces by `gcb`.