Skip to content

Instantly share code, notes, and snippets.

@0minus273
Created April 8, 2014 09:46
Show Gist options
  • Save 0minus273/10105151 to your computer and use it in GitHub Desktop.
Save 0minus273/10105151 to your computer and use it in GitHub Desktop.
public class HelloWorld implements Runnable {
String message;
public HelloWorld(String m) {
message m;
}
public void run() {
System.out.println(message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment