about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-02-11 18:21:52 +0100
committerMalte Voos <git@mal.tc>2024-02-11 18:21:52 +0100
commit2bc6cae2458ba5f9573985791536618a00cbed8a (patch)
tree79fe6de0db9a262705a8dd3898ed739717829e5c /bin
downloadtoytt-2bc6cae2458ba5f9573985791536618a00cbed8a.tar.gz
toytt-2bc6cae2458ba5f9573985791536618a00cbed8a.zip
init
Diffstat (limited to 'bin')
-rw-r--r--bin/dune4
-rw-r--r--bin/main.ml1
2 files changed, 5 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune
new file mode 100644
index 0000000..52ff1d3
--- /dev/null
+++ b/bin/dune
@@ -0,0 +1,4 @@
+(executable
+ (public_name toytt)
+ (name main)
+ (libraries toytt))
diff --git a/bin/main.ml b/bin/main.ml
new file mode 100644
index 0000000..732b852
--- /dev/null
+++ b/bin/main.ml
@@ -0,0 +1 @@
+let () = print_ndline "Hello, World!"