Skip to content

Commit c3434a4

Browse files
committed
add source code comments
1 parent 5b40743 commit c3434a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/java/HelloWorldApp.java

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* The HelloWorldApp class implements an application that
3+
* simply prints "Hello World!" to standard output.
4+
*/
5+
16
class HelloWorldAppp {
27
public static void main(String[] args){
38
System.out.println("Hello World!");

0 commit comments

Comments
 (0)