flesh/test/flesh_hello.ml
2025-04-22 12:39:06 +02:00

6 lines
151 B
OCaml

open Lwt.Syntax
let () = Lwt.async @@
fun () ->
let+ hello = Lwt_stream.to_string Flesh.hello
in print_endline hello