forked from pabulaner/vivi
neu angefangen
This commit is contained in:
parent
d1412b6a02
commit
ba5282f500
@ -16,6 +16,10 @@ public class Main {
|
||||
testSort(combined);
|
||||
}
|
||||
|
||||
private static void testListVivi() {
|
||||
|
||||
}
|
||||
|
||||
private static void testList(ByteList list) {
|
||||
// add the element at the end
|
||||
list.add((byte) 10);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user