Merge pull request #469 from vonaka/master

Add FStar example.
This commit is contained in:
Mike Donaghy
2018-07-16 12:16:02 -05:00
committed by GitHub

3
f/fstar.fst Normal file
View File

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