simple prime number utilities
This is a prime number library which is built for goboscript. It is designed to be used with inflator.
...
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/prime
add prime to your inflator.toml
config:
[dependencies]
# ...
prime = "https://github.com/FAReTek1/prime"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/prime
cd prime
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3