Skip to content

Instantly share code, notes, and snippets.

@BRAVO68WEB
Created January 28, 2022 04:28
Show Gist options
  • Save BRAVO68WEB/867e3e270590de71ed41eb8d7b0d3389 to your computer and use it in GitHub Desktop.
Save BRAVO68WEB/867e3e270590de71ed41eb8d7b0d3389 to your computer and use it in GitHub Desktop.
package q10892;
public class PrimeNumbers {
public void primeInLimits(int low, int high) {
//1212121
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment