dune 118 B

1234
  1. ;; This declares the hello_world executable implemented by hello_world.ml
  2. (executable
  3. (name main)
  4. (libraries base))