To build all of the available examples, execute:
$ divina build
The resulting objects and binaries will be placed into the out/
directory.
To build a single example:
cd
into an example directory:cd examples/greet/
$ divina build
The resulting object(s) and binary will be placed into the out/
directory.