Skip to content

Commit 8f7af9a

Browse files
committed
🐛 this is a test;
1 parent 694d25c commit 8f7af9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/me/codebase/leetcode/_004.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public static void main(String[] args) {
1313
int[] B = {2, 4, 5, 8, 9, 10};
1414
int[] C = {1, 2, 3, 4, 4, 5, 6, 8, 9, 10};
1515
// 4.5
16-
System.out.println(Arrays.toString(args));
1716

1817
// System.out.println(findMedianSortedArrays(A, B));
1918
}

0 commit comments

Comments
 (0)