Skip to content

Instantly share code, notes, and snippets.

@brendoncheung
Created August 6, 2019 14:59
Show Gist options
  • Save brendoncheung/ccdbe083fab2603f9f8ace28cd4f76ed to your computer and use it in GitHub Desktop.
Save brendoncheung/ccdbe083fab2603f9f8ace28cd4f76ed to your computer and use it in GitHub Desktop.
public static void main (String[] args) {
Thread t1 = new Thread();
t1.start();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment