aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlban Gruin2020-09-06 23:01:35 +0200
committerAlban Gruin2020-09-06 23:01:35 +0200
commit60e2ec47ba457187ac33fb41206f35af11eb9a99 (patch)
tree5b21cd6b4192790974744d6caa2b80f9c9615fb0 /src
hello, world
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to 'src')
-rw-r--r--src/dune2
-rw-r--r--src/ucs.ml2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/dune b/src/dune
new file mode 100644
index 0000000..f096d3f
--- /dev/null
+++ b/src/dune
@@ -0,0 +1,2 @@
+(executable
+ (name ucs))
diff --git a/src/ucs.ml b/src/ucs.ml
new file mode 100644
index 0000000..6bce98a
--- /dev/null
+++ b/src/ucs.ml
@@ -0,0 +1,2 @@
+let () =
+ print_endline "hello, world"