Skip to content

Commit

Permalink
Fix C compilation command
Browse files Browse the repository at this point in the history
Fix #94
  • Loading branch information
kimwalisch committed Oct 10, 2020
1 parent 6598cb5 commit d6f30aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/C_Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ int main(int argc, char** argv)
You can compile any of the C example programs above using:
```C
cc -O2 primes.cpp -o primes -lprimesieve
cc -O2 primes.c -o primes -lprimesieve
```

0 comments on commit d6f30aa

Please sign in to comment.