dream/example/1-hello/hello.ml
2021-03-08 21:58:15 +03:00

4 lines
73 B
OCaml

let () =
Dream.run (fun _ ->
Dream.respond "Good morning, world!")