diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:34:42 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:34:42 +0200 |
commit | 9a5b55122a3e55593f90df1e20aa36a622730cbe (patch) | |
tree | be8dda3a1fe399aeed734327f96d2ef1775e8796 /bin/main.ml |
Diffstat (limited to 'bin/main.ml')
-rw-r--r-- | bin/main.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/main.ml b/bin/main.ml new file mode 100644 index 0000000..7bf6048 --- /dev/null +++ b/bin/main.ml @@ -0,0 +1 @@ +let () = print_endline "Hello, World!" |