mirror of
https://github.com/aantron/dream.git
synced 2025-12-16 00:05:08 -05:00
4 lines
74 B
OCaml
4 lines
74 B
OCaml
let greet = function
|
|
| `Server -> "Hello..."
|
|
| `Client -> "...world!"
|