From 723f766abb6ce73d1c0e9e0e1ccc34656737db32 Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Fri, 1 May 2020 13:22:05 -0700 Subject: Initial commit --- app/Main.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/Main.hs (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs new file mode 100644 index 0000000..af46d57 --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,6 @@ +module Main where + +import System.Utility.H9Clock + +main :: IO () +main = drawClock -- cgit v1.3-2-g0d8e