-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Problem] Sum of primes #44
Comments
Hi! I'd like to work on this. Could you assign me this issue? |
If you don't mind, can you just brief me on how I can submit the solution to this problem? |
Check this website. opensource.com/create-pull-request-github |
Solution for [Problem] Sum of primes #44
Hi i would like to contribute on this issue. |
Assigned. |
Sum of primes.
Sum of primes below 10 is 17 (2 + 3 + 5 + 7).
**n is a user input. 0 < n < 5000000
The text was updated successfully, but these errors were encountered: