hello world wiki code example
Example: hello world
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}