Skip to content

NeuralCoder3/adventofcode-ocaml-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code OCaml Template

Advent of Code is an online advent calendar with coding challenges.

Here, we provide a small template and some useful helper functions (in lib/utils.ml) to ease the start. Additionally, this project and be used as dune getting-started guide.

The aim is not to teach best-practices or to generate optimal code. We want to restrict ourselfves to "basic" vanilla OCaml without too advanced libraries.

To create a solution for a new day, simply download the input files to inputs, copy bin/template.ml to bin/aoc[n].ml, and change the import in bin/main.ml to open Aoc[n].

Execute the program using dune exec aoc.

For ease of development, we added a Dockerfile and devcontainer environment in which you can develop.

Have fun puzzling!

About

A small template for advent of code only using vanilla OCaml. We use dune as a build system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published