Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 262 Bytes

Prime numbers finder

Simple application to find prime numbers.

Project Status: Complete

How it works

Enter the start and end range of numbers to search, and it will show you a list of the prime numbers found

Technologies

  • Java 1.8
  • Java Swing