Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 243 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 243 Bytes

isprime

A simple function checking if your number is prime or not. You can deploy this function by simply running:

cape deploy isprime_deploy

Then to invoke it you can run:

cape run <YOUR_FUNCTION_ID> -f input.isprime.data