Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.5 KB

Welcome to Prime Number Checker 👋

License: gplv3 CodeFactor Java CI with Maven

Checks if inputted int is a prime number or not

Made with Java 16

Install

mvn compile -f "(location of pom.xml)"
mvn package -f "(location of pom.xml)"

Usage

java -jar .\target\primenumcheck-x.x-SNAPSHOT.jar

Run tests

mvn test -f "(location of pom.xml)"

Author

👤 Adam Nativ

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Adam Nativ.
This project is GNU GENERAL PUBLIC LICENSE Version 3 licensed.


This README was generated with ❤️ by readme-md-generator