diff options
Diffstat (limited to 'apex/Duree.hs')
-rw-r--r-- | apex/Duree.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apex/Duree.hs b/apex/Duree.hs new file mode 100644 index 0000000..4552834 --- /dev/null +++ b/apex/Duree.hs @@ -0,0 +1,6 @@ +module Duree where + +import Database.MongoDB + +main :: IO () +main = putStrLn "hi" |