https://github.com/adnksharp/c-p-is-it-prime
Definir si un número es primo o no en C
https://github.com/adnksharp/c-p-is-it-prime
c-language
Last synced: about 1 year ago
JSON representation
Definir si un número es primo o no en C
- Host: GitHub
- URL: https://github.com/adnksharp/c-p-is-it-prime
- Owner: adnksharp
- Created: 2022-07-26T18:46:14.000Z (almost 4 years ago)
- Default Branch: base
- Last Pushed: 2022-07-26T18:46:22.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T03:53:38.875Z (about 1 year ago)
- Topics: c-language
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Prime numbers
```
Númdos primos:
Número: 1000003
1000003 es primo
```
Indicar si un número es primo o no usando el método de residuo.