add test about ScriptSampler

add test about ScriptSampler
This commit is contained in:
coderfengyun 2014-08-22 14:19:10 +08:00
parent ab845abf2a
commit a70cda6d62
1 changed files with 3 additions and 0 deletions

View File

@ -69,4 +69,7 @@ public class Solution {
System.out.println(this.findMedianSortedArrays(new int[] { 1, 2, 3 },
new int[] { 1, 2, 2 }));
}
public void test1() {
}
}