A Hello World program in Coq.
Make sure you added the Coq repository:
opam repo add coq-released https://coq.inria.fr/opam/released
and run:
opam install coq-io-hello-world
helloWorld
Compile the Coq code:
./configure.sh
make
Compile and execute the generated OCaml:
cd extraction/
make
./main.native