dbus/gcj/Hello.java
Havoc Pennington 93b5a19c9f 2003-06-22 Havoc Pennington <hp@pobox.com>
* mono/*, gcj/*, configure.in, Makefile.am:
	Check in makefiles and subdirs for mono and gcj bindings.
	Neither binding actually exists, just trying to get through
	all the build and other boring bits.
2003-06-22 05:53:06 +00:00

6 lines
No EOL
133 B
Java

class Hello {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}