Skip to content

Instantly share code, notes, and snippets.

@germ13
Created October 11, 2010 06:44
Show Gist options
  • Save germ13/620136 to your computer and use it in GitHub Desktop.
Save germ13/620136 to your computer and use it in GitHub Desktop.
public long nthPrime(int n)
{
// it's magic!
return f(n);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment