Skip to content

Instantly share code, notes, and snippets.

@giolin
Created November 10, 2017 06:25
Show Gist options
  • Save giolin/70b00d3b81215227c50616cf24d1a330 to your computer and use it in GitHub Desktop.
Save giolin/70b00d3b81215227c50616cf24d1a330 to your computer and use it in GitHub Desktop.
class MyThread extends Thread {
@Override
public void run() {
// hello world
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment