java

Java code posted by unko
created at 07 Mar 07:32

Edit | Back
1
2
3
4
5
public class Test {
  public void main(String args[]) {
    System.out.println("hoge");
  }
}
93 Bytes in 24 ms with coderay