https://github.com/ffelten/ocaml-snippets
OCaml example codes used for teaching
https://github.com/ffelten/ocaml-snippets
Last synced: 6 months ago
JSON representation
OCaml example codes used for teaching
- Host: GitHub
- URL: https://github.com/ffelten/ocaml-snippets
- Owner: ffelten
- License: mit
- Created: 2022-09-26T11:49:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T12:25:00.000Z (about 3 years ago)
- Last Synced: 2025-01-28T19:24:02.268Z (11 months ago)
- Language: OCaml
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ocaml-snippets
OCaml example codes used for teaching PF3 @ Uni.lu.
## Structure
Examples are divided by lectures, having one dune project by lecture. The example code is located in `bin/` folder.
## Running
Enter any folder and run
1. `$ dune build`
2. `$ dune exec YOUR_FILE`