mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-22 17:00:23 +01:00
6 lines
133 B
Java
6 lines
133 B
Java
|
|
|
||
|
|
class Hello {
|
||
|
|
public static void main(String[] args) {
|
||
|
|
System.out.println("Hello World!"); //Display the string.
|
||
|
|
}
|
||
|
|
}
|