Skip to content

jthecoder12/TeaVMPrimeNumberChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.