WIP layout engine

This commit is contained in:
2024-10-10 12:54:53 -06:00
commit 13c8a36ba7
17 changed files with 685 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
let greet name =
let message = "Greetings, " ^ name in
print_endline message
let v = String.split_on_char ' ' "Hello using ppx heyo!!"
let string_of_string_list = [% show: string list]