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

4
bin/dune Normal file
View File

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

1
bin/main.ml Normal file
View File

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