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