Skip to content

Commit 9906215

Browse files
committed
We need git to upload our project to GitHub. BTW, why can't we upload it directly like GoogleDrive?
1 parent bc15d7f commit 9906215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

04.ProgrammerKaioken20.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/// You have grown SMARTER, and cut half of the run time
2-
/// by checking divisibility with odd-numbers only. You
3-
/// also understand that looping till x/2 is enough.
1+
/// You have grown SMARTER, and halved the run time by checking
2+
/// divisibility with odd-numbers only. You also understand that
3+
/// looping till x/2 is enough.
44

55
int prime_or_not(int x) {
66
if (x == 2) {

0 commit comments

Comments
 (0)