Skip to content

Instantly share code, notes, and snippets.

@ertugrulozcan
Created December 23, 2013 18:21
Show Gist options
  • Save ertugrulozcan/8102097 to your computer and use it in GitHub Desktop.
Save ertugrulozcan/8102097 to your computer and use it in GitHub Desktop.
Java threads
class MillerRabinThread extends Thread
{
public MillerRabinThread()
{
super(n);
}
@Override
public void run()
{
// Thread'in yapmasını istediğin kodlar
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment