Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 521 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 521 Bytes

TeaVM Prime Number Checker

A prime number checker made with TeaVM and Java.
This prime number checker supports number up too the signed 64-bit integer limit.

COMPILING: Run the appRunWar Gradle task to start a live server. Running the build Gradle task creates a war file in build/libs that can be extracted. You have to manually create an index.html file loading the JavaScript file. An index.html file exists in src/main/webapp.