Created
September 28, 2014 00:52
-
-
Save josuf107/d139ec93a4c8e10fe2f9 to your computer and use it in GitHub Desktop.
Hello World Birthday Boy Edition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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