https://github.com/jmrashed/go-program-for-find-prime-number
Go program for find prime number
https://github.com/jmrashed/go-program-for-find-prime-number
Last synced: 4 months ago
JSON representation
Go program for find prime number
- Host: GitHub
- URL: https://github.com/jmrashed/go-program-for-find-prime-number
- Owner: jmrashed
- Created: 2023-05-01T18:53:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T18:58:16.000Z (about 2 years ago)
- Last Synced: 2025-01-07T20:14:23.394Z (6 months ago)
- Language: Go
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Program find the prime number
A whole number greater than 1 that cannot be exactly divided by any whole number other than itself and 1
(e.g. 2, 3, 5, 7, 11)
## Usage
```command
git clone https://github.com/jmrashed/Go-program-for-find-prime-number.git
```## Run the program
```command
go run main.go
```