Start with hello world

This commit is contained in:
Guillaume 2026-03-13 18:19:13 +01:00
parent 997d908be0
commit 1fd977fede
6 changed files with 38 additions and 23 deletions

1
bin/main.ml Normal file
View file

@ -0,0 +1 @@
print_endline "Hello"