Hello, world!
A first post.
This is a first post to mark the start of my new site. This site is generated with my (spaghetti code of a) homebrew static site generator.
This is a test math to render:
This is a test code block to render
class Monad m where (>>=) :: m a -> ( a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a