-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a real readme file. Removed the 6th case file.
- Loading branch information
1 parent
31f8d86
commit abe764f
Showing
4 changed files
with
19 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## Prime number blog post | ||
|
||
This repository contains the sample files from a [blog post](http://www.cagedmantis.com/2011/07/16/prime-numbers-from-0-to-n/) about | ||
prime numbers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
case1: primes1.cpp | ||
g++ -o case1 primes1.cpp | ||
|
||
case2: primes2.cpp | ||
g++ -o case2 primes2.cpp | ||
|
||
case3: primes3.cpp | ||
g++ -o case3 primes3cpp | ||
|
||
case4: primes4.cpp | ||
g++ -o case4 primes4.cpp | ||
|
||
case5: primes5.cpp | ||
g++ -o case5 primes5.cpp |
This file was deleted.
Oops, something went wrong.