Compare commits

1 Commits

Author SHA1 Message Date
2c877c2a07 Schlechten Code produziert 2022-08-04 16:11:11 +02:00

View File

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