blob: c39bb08914fbbaac2589df51a7ac0354c4d4d6fd [file] [log] [blame] [view]
---
title: "OCaml"
librarylang: "ocaml"
layout: tutorial
tutorial: true
---
### Prerequisites
### Client
{% remote_snippet tutorial/ocaml/CalcClient.ml cpp 19,74 %}
### Server
{% remote_snippet tutorial/ocaml/CalcServer.ml cpp 19,89 %}
## Additional Information