Add a comment in the jbuild of the hello_world example

This commit is contained in:
Jeremie Dimino 2017-05-29 10:32:36 +01:00
parent 3d3b10d6a7
commit 9dda44d65d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ In a directory of your choice, write this ``jbuild`` file:
(jbuild_version 1)
;; This declare the hello_world executable implemented by hello_world.ml
(executable
((name hello_world)))