my new ray

Java code posted by smallick
created at 20 Apr 10:40

Edit | Back
1
2
3
4
5
class HelloWorld {
 public static void main( String[] args ){
  System.out.println( 'Hello, world!\n' );
 }
}
113 Bytes in 2 ms with coderay