Friday, November 16, 2012

Which Came First?

Found this on tumblr and thought it was funny.  This'll break your program btw.


“function chicken() {
return egg();
}
function egg() {
return chicken();
}
print(chicken() + ” came first.”);”

No comments:

Post a Comment