Add other stuff
[blog.git] / posts / hello.md
diff --git a/posts/hello.md b/posts/hello.md
deleted file mode 100644 (file)
index 0e50651..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Hello world
-this is the first post
-```haskell
-foo :: Int -> Int
-foo x = 3 - x
-bar = do
-  x <- liftIO $ [x ++ y | x <- z]
-  x <- liftIO $ [x ++ y | x <- z]
-```