initial commit

This commit is contained in:
2026-05-28 09:16:15 +02:00
commit 1561720e5f
8 changed files with 91 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
(executable
(public_name pgn_to_tex)
(name main)
(libraries pgn_to_tex))
+1
View File
@@ -0,0 +1 @@
let () = print_endline "Hello, World!"