diff --git a/OCaml/hello b/OCaml/hello new file mode 100755 index 0000000..cace1cc Binary files /dev/null and b/OCaml/hello differ diff --git a/OCaml/hello.cmi b/OCaml/hello.cmi new file mode 100644 index 0000000..25a7b31 Binary files /dev/null and b/OCaml/hello.cmi differ diff --git a/OCaml/hello.cmo b/OCaml/hello.cmo new file mode 100644 index 0000000..fe1d0b6 Binary files /dev/null and b/OCaml/hello.cmo differ diff --git a/OCaml/hello.ml b/OCaml/hello.ml new file mode 100644 index 0000000..ecb762d --- /dev/null +++ b/OCaml/hello.ml @@ -0,0 +1,8 @@ +(* + * Contribuitor: siuannybsr + * HackToberFest 2018 + *s + *) + + +print_string "Hello world!\n";;