Initial commit
[blog.git] / posts / hello.md
1 # Hello world
2 this is the first post
3 ```haskell
4 foo :: Int -> Int
5 foo x = 3 - x
6 bar = do
7   x <- liftIO $ [x ++ y | x <- z]
8   x <- liftIO $ [x ++ y | x <- z]
9 ```