Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandromaglione/ocaml-getting-started-advent-of-code-23
Getting started with OCaml and Functional Programming by solving puzzles from Advent of Code 23・Newsletter sandromaglione.com
https://github.com/sandromaglione/ocaml-getting-started-advent-of-code-23
advent-of-code advent-of-code-2023 advent-of-code-2023-ocaml functional-programming learn-ocaml learn-ocaml-language ocaml
Last synced: about 23 hours ago
JSON representation
Getting started with OCaml and Functional Programming by solving puzzles from Advent of Code 23・Newsletter sandromaglione.com
- Host: GitHub
- URL: https://github.com/sandromaglione/ocaml-getting-started-advent-of-code-23
- Owner: SandroMaglione
- Created: 2023-12-04T05:04:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-07T04:27:01.000Z (12 months ago)
- Last Synced: 2024-01-29T09:50:40.135Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-ocaml, functional-programming, learn-ocaml, learn-ocaml-language, ocaml
- Language: OCaml
- Homepage: https://www.sandromaglione.com/newsletter
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `OCaml and Advent of code for Functional Programming`
***
This project is part of my weekly newsletter at [**sandromaglione.com**](https://www.sandromaglione.com/newsletter?ref=Github&utm_medium=newsletter_project&utm_term=ocaml).
## Project structure
The core of the project is implemented inside [`lib`](./lib). This folder contains the solutions to the puzzles of **Advent of code 2023**.You can build and execute the code by running the following commands:
```bash
dune fmt
dune build
dune exec aoc
```**Read all the details in the full article** 👇