diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/dune | 5 | ||||
| -rw-r--r-- | bin/main.ml | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..02a84dc --- /dev/null +++ b/bin/dune @@ -0,0 +1,5 @@ +(executable + (name main) + (public_name colitur) + (package colitur) + (libraries colitur_kernel)) diff --git a/bin/main.ml b/bin/main.ml new file mode 100644 index 0000000..761f68e --- /dev/null +++ b/bin/main.ml @@ -0,0 +1,2 @@ +(* colitur CLI — scaffold stub; the real `easter` subcommand arrives in Task 4. *) +let () = () |
