środa, 25 stycznia 2017

proba

// Comment
public class Testing {
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}
import gt.memorize;
public class Test
{
    private static final String test = "test";
}