X-Git-Url: https://git.lukelau.me/?p=blog.git;a=blobdiff_plain;f=posts%2Fhello.md;fp=posts%2Fhello.md;h=0000000000000000000000000000000000000000;hp=0e506513308b85c6fc9b0a309c35a38bdad09ec1;hb=97eb4a9e8756ac8e49efa6d31c6dfe5169637c3f;hpb=0848263e3bc89a44d351980eef66207931eaa7aa diff --git a/posts/hello.md b/posts/hello.md deleted file mode 100644 index 0e50651..0000000 --- a/posts/hello.md +++ /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] -```