title | author | layout | categories |
---|---|---|---|
The first article |
Some Author |
article |
articles |
Welcome to this article. This is the introductory paragraph.
Paragraph goes here
This is another section. Here's some code:
module Main (main) where
main :: IO ()
main = putStrLn "Hello world!"
Here's an embedded Gist:
{% gist c1aa48cd6de18f6442c9096d8786e1df JoinWordsSeq.hs %}
This is the end.