Skip to content

Instantly share code, notes, and snippets.

@mwalling
Created October 26, 2010 19:09
Show Gist options
  • Save mwalling/647568 to your computer and use it in GitHub Desktop.
Save mwalling/647568 to your computer and use it in GitHub Desktop.
public class stratswrong {
public static void main(String... args){
System.out.println("hello world");
try {
Thread.sleep(60000);
} catch(InterruptedException ex) {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment