Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/Maths/primeNo.cpp:23–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
int main()
24
{
25
int n;
26
cin >> n;
27
cout << isPrime(n);
28
29
return 0;
30
}
Callers
nothing calls this directly
Calls
1
isPrime
Function · 0.85
Tested by
no test coverage detected