Compare commits

..

No commits in common. "ba08c6f6b0a71d8bac3ec5492bcf37651a625180" and "c5aea859651998987d4e2378df6a9e0a05018130" have entirely different histories.

View File

@ -1,21 +1,7 @@
public class CorrectTest {
int a;
boolean b;
char c;
public void controlStructures(int adf, boolean bool) {
if (a > (10 + 8)) {
} else {
public class Run {
public static void main(String[] args) {
// Test t = new Test();
// System.out.println(t.test());
}
while (a > adf) {
a--;
}
for (int i = 0; i < 5; i++) {
}
}
}