We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b40743 commit c3434a4Copy full SHA for c3434a4
examples/java/HelloWorldApp.java
@@ -1,3 +1,8 @@
1
+/**
2
+ * The HelloWorldApp class implements an application that
3
+ * simply prints "Hello World!" to standard output.
4
+ */
5
+
6
class HelloWorldAppp {
7
public static void main(String[] args){
8
System.out.println("Hello World!");
0 commit comments