Closed UtkJaiswal closed 2 years ago
I tried to add is-prime and is-composite functionality. When given a query string which at-least contains a number and the word "prime"/"composite" returns whether the given number is a "prime number"/"composite number" respectively.
This fixes #278
I tried to add is-prime and is-composite functionality. When given a query string which at-least contains a number and the word "prime"/"composite" returns whether the given number is a "prime number"/"composite number" respectively.