first commit

This commit is contained in:
pena 2021-11-05 14:13:28 +01:00 committed by Swrup
commit b1539aaae8
14 changed files with 170 additions and 0 deletions

3
example/dune Normal file
View file

@ -0,0 +1,3 @@
(executable
(name main)
(modules main))

1
example/main.ml Normal file
View file

@ -0,0 +1 @@
let () = Format.printf "TODO@."