mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
CVC4, and Z3 solvers currently supported. In alt-ergo, string literals are being removed in the generated file. OCaml extraction is also supported. CakeML should be fine as well.
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
module Test
|
|
|
|
use string.String
|
|
use io.StdIO
|
|
|
|
let main = print_string ("\"Hello world!\"\n")
|
|
|
|
end |