markdown2reminder/app/Main.hs

9 lines
146 B
Haskell

module Main where
import Lib
main :: IO ()
main = do
md <- readFile "test.md"
sequence_ $ sequence . fmap print <$> getMails md