Skip to content

Josh-Cena/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Language: OCaml (5.2.1) Package Manager: opam

This repo uses my standard AoC setup. Inputs are stored as inputs/day{n}/{name}.txt. By default name is real (the real question). To run a specific day's solution, use the following command:

opam exec -- dune exec aoc2024 {day} {part} {name}

For example, to run the solution for day 1, part 2 with the example input:

opam exec -- dune exec aoc2024 1 2 ex

(And make sure that inputs/day1/ex.txt exists.)

About

Proof that I can write crappy OCaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published