Java method
Java
code posted
by
bv boboism
created at 23 May 22:22, updated at 25 May 05:12
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 |
class ATest { public static void main(String[] args) { int opt = 12; final String SOMETXT ="test"; System.out.println("MAYDAY!!!"); } abstract protected abstractMethod(){} } |
185 Bytes in 3 ms with coderay