Skip to content

ostcar/aoc2024

Repository files navigation

Advent of Code 2024

Here are my solutions for Advent of Code 2024. This year in Roc.

It uses an aoc platform.

Run

To run a day, call:

roc dayXX.roc

or for an optimized build:

roc dayXX.roc --optimize 

Input files are expected next to the Roc-Script. For example, if your Roc file is called dayXX.roc, it expects the input file to be dayXX.input.

Call a Roc-Script with --help to see options:

roc dayXX.roc -- --help

Useful links

About

Advent of Code solutions for 2024 in Roc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages