From 1949bb7c5a50a438bc76e9da1d4dc25a5b18f439 Mon Sep 17 00:00:00 2001 From: kf97137 Date: Thu, 8 Oct 2020 15:36:50 +0530 Subject: [PATCH] Create Helloworld.caml helloworld in caml --- Helloworld.caml | 1 + 1 file changed, 1 insertion(+) create mode 100644 Helloworld.caml diff --git a/Helloworld.caml b/Helloworld.caml new file mode 100644 index 0000000..37d2040 --- /dev/null +++ b/Helloworld.caml @@ -0,0 +1 @@ +print_endline "Hello, world!";;