Skip to content

Instantly share code, notes, and snippets.

@sleepyfox
Created February 19, 2012 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleepyfox/1863396 to your computer and use it in GitHub Desktop.
Save sleepyfox/1863396 to your computer and use it in GitHub Desktop.
Some more complex Java code for Code Dojo 4
/*****
* This is a test program with 5 lines of code
* \/* no nesting allowed!
//*****//***/// Slightly pathological comment ending...
public class Hello {
public static final void main(String [] args) { // gotta love Java
// Say hello
System./*wait*/out./*for*/println/*it*/("Hello/*");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment