dhilst / coq-io-hello-world

A Hello World program in Coq.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Coq 93.7%Language:Makefile 4.5%Language:Shell 1.8%