Update bench.
[why3.git] / examples / hello-world.mlw
blob9d1d653c6ab44c18c374201cc2f7d35262e42657
1 module Test
3   use string.String
4   use io.StdIO
6   let main = print_string ("\"Hello world!\"\n")
8 end