Scaffold OCaml project

This commit is contained in:
Juno Takano 2025-03-31 10:09:43 -03:00
commit e8b489dd6f
8 changed files with 69 additions and 0 deletions

4
ocaml/bin/dune Normal file
View file

@ -0,0 +1,4 @@
(executable
(public_name tori)
(name main)
(libraries tori))