summaryrefslogtreecommitdiff
path: root/bindgen/ocaml/bin/main.ml
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-28 00:10:00 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-28 00:10:00 +1000
commit7b86e3251a28406862fe16d49f8533beb8ca3150 (patch)
treea90166418ada7ad88500843ce8881a453c1d4721 /bindgen/ocaml/bin/main.ml
parent6b004c5ac6a25f1020774276803b62e8619ea61e (diff)
start on ocaml bindings
Diffstat (limited to 'bindgen/ocaml/bin/main.ml')
-rw-r--r--bindgen/ocaml/bin/main.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen/ocaml/bin/main.ml b/bindgen/ocaml/bin/main.ml
new file mode 100644
index 0000000..7bf6048
--- /dev/null
+++ b/bindgen/ocaml/bin/main.ml
@@ -0,0 +1 @@
+let () = print_endline "Hello, World!"