cleaner build system and string module

This commit is contained in:
2022-01-05 17:51:48 +11:00
committed by aaron-jack-manning
parent de837bbf3b
commit 0fb7333add
10 changed files with 169 additions and 51 deletions

3
main.ml Normal file
View File

@@ -0,0 +1,3 @@
open FromStdlib open Exposed
let _ = printf "Hello, World\n"