Skip to content

Instantly share code, notes, and snippets.

@josuf107
Created September 28, 2014 00:52
Show Gist options
  • Save josuf107/d139ec93a4c8e10fe2f9 to your computer and use it in GitHub Desktop.
Save josuf107/d139ec93a4c8e10fe2f9 to your computer and use it in GitHub Desktop.
Hello World Birthday Boy Edition
import Prelude (id, putStr, putStrLn, (>>))
main =
elben eats for breakfast the abstractions that choke lesser programmers.
whithout a second thought he swims through code that would drown lesser swimmers
elben = id
eats = id
for = id
breakfast = id
the = id
abstractions = id
that = id
choke = id
lesser = id
programmers = putStr "hello "
whithout = id
a = id
second = id
thought = id
he = id
swims = id
through = id
code = id
would = id
drown = id
swimmers = putStrLn "world"
(.) = (>>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment