Created
February 16, 2012 15:31
-
-
Save jackfranklin/1845635 to your computer and use it in GitHub Desktop.
HTML Limerick cos I'm cool
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
var limerick = (function() { | |
return "The code I write is quick | |
It's really really slick | |
I jumped into Vim | |
Implemented a HTML 5 shim | |
And now I don't look quite so thick" | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment