diff --git a/_posts/2015-03-25-hello-world.md b/_posts/2015-03-25-hello-world.md new file mode 100644 index 0000000..8c6bac4 --- /dev/null +++ b/_posts/2015-03-25-hello-world.md @@ -0,0 +1,10 @@ +--- +title: Hello World +--- + +# This is a test + +```haskell +foo :: Int -> String +foo [] = "bar" +``` \ No newline at end of file