Initial commit

This commit is contained in:
Elnu 2025-04-07 16:02:58 -07:00
commit 477d55f180
11 changed files with 166 additions and 0 deletions

4
bin/dune Normal file
View file

@ -0,0 +1,4 @@
(executable
(public_name helloworld)
(name main)
(libraries helloworld))