Initial commit

Basic build infrastructure, license, and readme files.
This commit is contained in:
2025-08-30 10:10:13 +01:00
commit e919ffe06a
12 changed files with 286 additions and 0 deletions

1
bin/main.ml Normal file
View File

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