Java Hello-World

Java code posted
created at 08 Jan 21:49, updated at 08 Jan 22:30

Edit | Back
1
2
3
4
5
6
public class Test {
  public void main(String[] args) {

    System.out.println("Hello, world");
  }
}
107 Bytes in 2 ms with coderay