Skip to content

Commit d29030f

Browse files
authored
Merge pull request MukulCode#194 from Tushar236/patch-10
Update sieve_of_eratosthenes.cpp
2 parents 38f0ef0 + 2e491f8 commit d29030f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sieve_of_eratosthenes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ int main()
3535
SieveOfEratosthenes(n);
3636
return 0;
3737
}
38+
// END

0 commit comments

Comments
 (0)