Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 378 Bytes

Advent of Code 2022 in OCaml

An atempt to learn OCaml by solving Advent of Code 2022 problems in this language.

The project, hopefully, will represent command line tool that takes standard input and some parameters and gives back the solution as standard output.

Goals are:

  • To learn the language
  • to use Dune
  • to write tests
  • to learn how to build command line tools