Files
codecrumbs/example-project/languages/ocaml.ml
2019-07-19 16:24:29 +02:00

3 lines
58 B
Standard ML

/* cc:main function */
let hello = () => "Hello, World!";