When you're coding around in circles and editing line after line of mystifying code in dismay, when you're exhausted, mind numb and flickering in and out of consciousness, from a tenuous session of extreme programming, this is the one place to turn to for that little bit of inspiration, that spark which sets off a genius idea, and the occasional chuckle from a terrible joke or weird phrase.
import java.lang.*; public class Program { public static void main(String[] args) { System.out.println("Hello world!"); } } I think you can guess what the output is...
No comments:
Post a Comment