Skip to content

Commit f684686

Browse files
committed
chore: added README.md
1 parent ef7714f commit f684686

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

lesson_04/evanphilakhong/README.md

Whitespace-only changes.
0 Bytes
Binary file not shown.

lesson_04/evanphilakhong/java/Main.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
public class Main {
2-
3-
/**
4-
* @param args the command line arguments
5-
*/
6-
2+
73
public static boolean isPrime(int num) {
84
int count = 0;
95
for (int i = num; i > 0; i--) {

0 commit comments

Comments
 (0)