Skip to content

Commit 2a6b048

Browse files
김성훈김성훈
authored andcommitted
test
1 parent fe01440 commit 2a6b048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1/insertionsort/A.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static void main(String[] args) throws IOException{
3535
bw.append((p+1)+" "+a[p]);
3636
bw.append("\n");
3737
}
38-
bw.flush();
38+
bw.flush();
3939
}
4040
// public static void main(String[] args) throws IOException{
4141
// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));

0 commit comments

Comments
 (0)