Skip to content

nerdatmath/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

I shamelessly copied the repo starting point (including this README) from ostcar.

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

My solutions to Advent of Code 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages