First commit

This commit is contained in:
elvis
2024-10-04 19:38:34 +02:00
parent 0ee328edfc
commit c1e513d3dc
12 changed files with 380 additions and 0 deletions

4
bin/dune Normal file
View File

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