diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-21 11:58:06 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-21 11:58:06 +0200 |
commit | e12c89058150c71a74cea9f042c6816058a120c1 (patch) | |
tree | 05eb61c833544f4f02dfb442430ee872b6003472 /lib/flesh.ml | |
parent | 4dc8b3c4019549378bbf59a85b54a7eef9f55855 (diff) |
feat: Hello, flesh.
Diffstat (limited to 'lib/flesh.ml')
-rw-r--r-- | lib/flesh.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flesh.ml b/lib/flesh.ml new file mode 100644 index 0000000..969d285 --- /dev/null +++ b/lib/flesh.ml @@ -0,0 +1 @@ +let hello = Lwt_stream.of_string "Hello, flesh." |