воскресенье, 9 февраля 2014 г.

// Comment
public class Testing {
// что за наркоманский бред
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}