diff options
Diffstat (limited to 'test/native/native_hello.ml')
-rw-r--r-- | test/native/native_hello.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/native/native_hello.ml b/test/native/native_hello.ml new file mode 100644 index 0000000..ea57e57 --- /dev/null +++ b/test/native/native_hello.ml @@ -0,0 +1,2 @@ +let () = + print_endline "Hello, world!" |