repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update bench.
[why3.git]
/
examples
/
hello-world.mlw
blob
9d1d653c6ab44c18c374201cc2f7d35262e42657
1
module Test
2
3
use string.String
4
use io.StdIO
5
6
let main = print_string ("\"Hello world!\"\n")
7
8
end