The program we use in the example is essentially this:
(in-package "CL-USER") (defun hello-world () (capi:display-message "Hello World!"))
with a couple of small modifications which are not important here.
Perform these steps to "develop" the program:
(example-edit-file "delivery/hello/hello")
(hello-world)
.
Delivery User Guide - 01 Dec 2021 19:35:03