From 1596ef83ec62cb5c3551e20216ac8a5d9f096b07 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Wed, 25 Mar 2015 22:25:38 -0700 Subject: [PATCH] Test post --- _posts/2015-03-25-hello-world.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2015-03-25-hello-world.md 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