1
0
forked from pabulaner/vivi

neu angefangen

This commit is contained in:
happymeal2024 2025-03-16 18:13:39 +01:00
parent d1412b6a02
commit ba5282f500

View File

@ -16,6 +16,10 @@ public class Main {
testSort(combined); testSort(combined);
} }
private static void testListVivi() {
}
private static void testList(ByteList list) { private static void testList(ByteList list) {
// add the element at the end // add the element at the end
list.add((byte) 10); list.add((byte) 10);