TEST

Java code posted
created at 11 Feb 15:28

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
class Test{
 private String test;
 private Test(){

 }

 private String test(){
  return "TEST";
 }


}
114 Bytes in 2 ms with coderay