Setup dune project

This commit is contained in:
Lucàs
2024-07-01 13:52:48 +02:00
commit 2c1ce8d70f
9 changed files with 90 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
(executable
(public_name croissant)
(name main)
(libraries croissant))
+1
View File
@@ -0,0 +1 @@
let () = print_endline "Hello, World!"