[PR #410] [CLOSED] solved problem 10 #785

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/410
Author: @gizemozgun
Created: 10/14/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

project_euler/Problem 10/sol10.c (+54 -0)

📄 Description

Finded the sum of all the primes below two million.


🔄 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/410 **Author:** [@gizemozgun](https://github.com/gizemozgun) **Created:** 10/14/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`55ac6de`](https://github.com/TheAlgorithms/C/commit/55ac6def5f393625c2908d90e07d3421f261b719) solved problem 10 ### 📊 Changes **1 file changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `project_euler/Problem 10/sol10.c` (+54 -0) </details> ### 📄 Description Finded the sum of all the primes below two million. --- <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:15:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#785