Skip to content

Instantly share code, notes, and snippets.

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