Compare commits
No commits in common. "ba08c6f6b0a71d8bac3ec5492bcf37651a625180" and "c5aea859651998987d4e2378df6a9e0a05018130" have entirely different histories.
ba08c6f6b0
...
c5aea85965
@ -1,21 +1,7 @@
|
|||||||
public class CorrectTest {
|
|
||||||
int a;
|
|
||||||
boolean b;
|
|
||||||
char c;
|
|
||||||
|
|
||||||
public void controlStructures(int adf, boolean bool) {
|
public class Run {
|
||||||
if (a > (10 + 8)) {
|
public static void main(String[] args) {
|
||||||
} else {
|
// Test t = new Test();
|
||||||
|
// System.out.println(t.test());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
while (a > adf) {
|
|
||||||
a--;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (int i = 0; i < 5; i++) {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user