diff options
author | quidtum <quidtum> | 2020-11-30 20:23:16 -0500 |
---|---|---|
committer | quidtum <quidtum> | 2020-12-06 20:09:56 -0500 |
commit | 38b8e7047b944a8f6ed41bea6bda1e7e3fe00259 (patch) | |
tree | 1dcf9e39d206b7cc4e3e4fff562f36b18863c548 /test |
init
Diffstat (limited to 'test')
-rw-r--r-- | test/Spec.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Spec.hs b/test/Spec.hs new file mode 100644 index 0000000..483dd2a --- /dev/null +++ b/test/Spec.hs @@ -0,0 +1,8 @@ +{-# LANGUAGE QuasiQuotes #-} +{-# LANGUAGE OverloadedStrings #-} +module Main (main) where + +import Lib (app) + +main :: IO () +main = return () |