Skip to content

Commit

Permalink
Added a real readme file. Removed the 6th case file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cagedmantis committed Aug 17, 2011
1 parent 31f8d86 commit abe764f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 33 deletions.
Empty file removed README
Empty file.
4 changes: 4 additions & 0 deletions README.markdown
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.
15 changes: 15 additions & 0 deletions makefile
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
33 changes: 0 additions & 33 deletions primes6.cpp

This file was deleted.

0 comments on commit abe764f

Please sign in to comment.