package xtc.oop;
import java.wontcompile;
import xtc.thing;
public private static class basicTest extends String implements fakefile, thisaswell{
public int getInt(int g){
return g+1;
}
public static void main (String args[]){
int number = 1;
String cliche = "Hello World";
while (number < 7)
number++;
for(int i = 0; i < 9; i++)
if(i%3==0)
number--;
}
}
static class Test2 implements fakefile, thisaswell{
public static void main (String args[]){
int number = 1;
String cliche = "Hello World";
while (number < 7)
number++;
for(int i = 0; i < 9; i++)
if(i%3==0)
number--;
}
}