Skip to content

Instantly share code, notes, and snippets.

@brendoncheung
Created August 6, 2019 14:58
Show Gist options
  • Save brendoncheung/2b31728d0333d6e65257cf1473ecf701 to your computer and use it in GitHub Desktop.
Save brendoncheung/2b31728d0333d6e65257cf1473ecf701 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