Created
June 25, 2012 14:24
-
-
Save adolfont/2988952 to your computer and use it in GitHub Desktop.
I am a programmer
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
(defn important [] | |
(println) | |
(println "I am a programmer") | |
(println "Yes, I am also a professor. I write papers, I advise students. I teach classes.") | |
(println "But, Adolfo, you must remember you are a programmer!") | |
(println) | |
) | |
(important) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment