Skip to content

coq-io/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Hello World

A Hello World program in Coq.

build status

Install from opam

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

Install from source

Compile the Coq code:

./configure.sh
make

Compile and execute the generated OCaml:

cd extraction/
make
./main.native