+++ title = "Haskell Test" date = "2022-11-08" +++ ## Code Block ```haskell main :: IO () main = do putStrLn "Nice" } ```