Schlechten Code produziert #1

Open
rk wants to merge 1 commits from my-branch into master

View File

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