Skip to content

Commit 9521364

Browse files
authored
Update 1.java
1 parent b37b9c7 commit 9521364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

6/1.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void main(String[] args) {
1414
min_index = j;
1515
}
1616
}
17-
// 스와프
17+
// 스와프(
1818
int temp = arr[i];
1919
arr[i] = arr[min_index];
2020
arr[min_index] = temp;
@@ -25,4 +25,4 @@ public static void main(String[] args) {
2525
}
2626
}
2727

28-
}
28+
}

0 commit comments

Comments
 (0)