3 lines
101 B
OCaml
3 lines
101 B
OCaml
|
(* TODO: Write a function `greet ()` that returns "hello world!" *)
|
||
|
let greet () = "hello world!";;
|