aboutsummaryrefslogtreecommitdiff
path: root/discocaml/main.ml
blob: 1f325e21a3eac66061eca7149b537f012a9d5df7 (plain)
1
2
3
4
5
6
open Discocaml

let () =
  Yojson.Safe.from_channel stdin
  |> request_of_yojson_exn |> handle_request |> response_to_yojson
  |> Yojson.Safe.to_channel stdout