From c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 22 Jun 2025 01:46:49 +0700 Subject: init --- sorsyl/bin/dune | 4 ++++ sorsyl/bin/main.ml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 sorsyl/bin/dune create mode 100644 sorsyl/bin/main.ml (limited to 'sorsyl/bin') diff --git a/sorsyl/bin/dune b/sorsyl/bin/dune new file mode 100644 index 0000000..de2f940 --- /dev/null +++ b/sorsyl/bin/dune @@ -0,0 +1,4 @@ +(executable + (public_name sorsyl) + (name main) + (libraries sorsyl)) diff --git a/sorsyl/bin/main.ml b/sorsyl/bin/main.ml new file mode 100644 index 0000000..17197c1 --- /dev/null +++ b/sorsyl/bin/main.ml @@ -0,0 +1,3 @@ +open Sorsyl + +let () = failwith "not done yet" -- cgit v1.2.3