Skip to content

Commit 08b810e

Browse files
committed
Multiple developers can work parallelly in Git. Merge-Conflict is the worst though!
1 parent cc0707d commit 08b810e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09.SuperProgrammer3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// As we don't need to check divisibility by all even numbers after
22
/// checking by 2, the same goes for 3. So, now we are checking
3-
/// divisibility by only the odd numbers that are not multiple of 3.
3+
/// divisibility by only the odd numbers those are not multiple of 3.
44

55
bool isPrime (int number) {
66
if (3 >= number) {

0 commit comments

Comments
 (0)