Hello, world!

A first post.

Index

Created: ·Updated: ·Tags: hello

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:

int0xy;dy, \\int^x_0 y; dy,

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

Index