Skip to content

ftvkyo/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Solving Advent of Code 2024 in OCaml.

Usage

dune exec aoc -- ${ID} ${INPUT_FILENAME}

# For example:
dune exec aoc -- d01a data/d01.txt

Run tests:

dune test

About

Solving Advent of Code in OCaml

Resources

Stars

Watchers

Forks