Skip to content

dhilst/coq-io-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 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

About

A Hello World program in Coq.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Coq 93.7%
  • Makefile 4.5%
  • Shell 1.8%