Add FStar example.

This commit is contained in:
vonaka
2018-07-04 12:12:05 +02:00
parent 4b5ff1ef90
commit 4b7ec57189

3
f/fstar.fst Normal file
View File

@@ -0,0 +1,3 @@
module Hello
let main = FStar.IO.print_string "Hello World\n"