From 442d732696ad431b84f6e5c72b6ee785be4fd968 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:22:14 +0100 Subject: Initial commit --- cli/Main.hs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cli/Main.hs (limited to 'cli/Main.hs') diff --git a/cli/Main.hs b/cli/Main.hs new file mode 100644 index 0000000..ae12a08 --- /dev/null +++ b/cli/Main.hs @@ -0,0 +1,7 @@ +module Main where + +import System.IO (IO) +import CommandLine (runCommandLine) + +main :: IO () +main = runCommandLine -- cgit v1.2.3