From e4151ff27cdd5dedd14617f6228dd36e3e7239c2 Mon Sep 17 00:00:00 2001 From: Kol <2598283959@qq.com> Date: Sun, 1 Oct 2017 12:40:05 -0700 Subject: [PATCH] Add OCaml hello world --- hello_world.ml | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.ml diff --git a/hello_world.ml b/hello_world.ml new file mode 100644 index 0000000..7e8af39 --- /dev/null +++ b/hello_world.ml @@ -0,0 +1 @@ +print_string "hello world\n";;