[PR #83] [MERGED] Check if a number is prime. #307

Closed
opened 2026-01-29 15:11:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/83
Author: @fsharpasharp
Created: 10/19/2017
Status: Merged
Merged: 10/20/2017
Merged by: @dynamitechetan

Base: masterHead: isPrime


📝 Commits (1)

  • 4124e8c Check if a number is prime.

📊 Changes

1 file changed (+25 additions, -0 deletions)

View changed files

misc/Prime.c (+25 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/83 **Author:** [@fsharpasharp](https://github.com/fsharpasharp) **Created:** 10/19/2017 **Status:** ✅ Merged **Merged:** 10/20/2017 **Merged by:** [@dynamitechetan](https://github.com/dynamitechetan) **Base:** `master` ← **Head:** `isPrime` --- ### 📝 Commits (1) - [`4124e8c`](https://github.com/TheAlgorithms/C/commit/4124e8c9d85dcffb24ffd79cc3e76b4c08da0633) Check if a number is prime. ### 📊 Changes **1 file changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Prime.c` (+25 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:11:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#307