generated from ElnuDev/ocaml-project
Initial commit
This commit is contained in:
commit
477d55f180
11 changed files with 166 additions and 0 deletions
4
bin/dune
Normal file
4
bin/dune
Normal file
|
@ -0,0 +1,4 @@
|
|||
(executable
|
||||
(public_name helloworld)
|
||||
(name main)
|
||||
(libraries helloworld))
|
1
bin/main.ml
Normal file
1
bin/main.ml
Normal file
|
@ -0,0 +1 @@
|
|||
let () = print_endline "Hello, World!"
|
Loading…
Add table
Add a link
Reference in a new issue