aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-02 14:02:50 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-02 14:02:50 +0530
commit5364332c05749268000c2ac3f0e6880f965e5fdc (patch)
tree5f200ce04853d299f6f67b6ca545b5ed07a809b8 /lib
downloaddaffm-5364332c05749268000c2ac3f0e6880f965e5fdc.tar.gz
daffm-5364332c05749268000c2ac3f0e6880f965e5fdc.zip
Init setup with simple tui
Diffstat (limited to '')
-rw-r--r--lib/Daffm.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Daffm.hs b/lib/Daffm.hs
new file mode 100644
index 0000000..44d3655
--- /dev/null
+++ b/lib/Daffm.hs
@@ -0,0 +1,5 @@
+module Daffm where
+
+run :: IO ()
+run = do
+ putStrLn "wow"