Schlechten Code produziert

This commit is contained in:
2022-08-04 16:11:11 +02:00
parent 6661371361
commit 2c877c2a07

View File

@@ -12,6 +12,10 @@ public class BubbleSort {
}
public static void doNothingLoop() {
while (true);
}
public static int[] sort(int[] a){
int tmp;