From 7ee85f8bbe84b27810c7e26f8cd0589274a3d8a9 Mon Sep 17 00:00:00 2001 From: Robert Wohlrab Date: Sat, 1 Dec 2007 15:19:46 +0100 Subject: [PATCH] Added OCaml --- ocaml.ml | 1 + 1 file changed, 1 insertion(+) create mode 100644 ocaml.ml diff --git a/ocaml.ml b/ocaml.ml new file mode 100644 index 00000000..93dbf378 --- /dev/null +++ b/ocaml.ml @@ -0,0 +1 @@ +print_string "Hello World\n" \ No newline at end of file