markdown2reminder/app/Main.hs

9 lines
146 B
Haskell
Raw Normal View History

2017-02-06 12:33:43 +00:00
module Main where
import Lib
main :: IO ()
2017-02-06 14:45:50 +00:00
main = do
md <- readFile "test.md"
sequence_ $ sequence . fmap print <$> getMails md