Files
hello-world/f/fstar.fst
2018-07-04 12:12:05 +02:00

3 lines
62 B
Plaintext

module Hello
let main = FStar.IO.print_string "Hello World\n"