first commit

This commit is contained in:
zapashcanon 2021-11-05 14:13:28 +01:00
commit 7dc0d9a70d
No known key found for this signature in database
GPG key ID: 8981C3C62D1D28F1
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@."