An open API service indexing awesome lists of open source software.

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

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`.