First Commit

This commit is contained in:
Afonso Franco 2023-10-21 15:15:32 +01:00
commit b0864dff38
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
12 changed files with 232 additions and 0 deletions

4
bin/dune Normal file
View file

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

1
bin/main.ml Normal file
View file

@ -0,0 +1 @@
let () = print_endline "Hello, World!"