mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-22 13:30:31 +01:00
* 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.
6 lines
No EOL
133 B
Java
6 lines
No EOL
133 B
Java
|
|
class Hello {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello World!"); //Display the string.
|
|
}
|
|
} |