hello-world/java/helloworld.java
2024-04-04 20:17:26 +02:00

5 lines
116 B
Java

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