Skip to content

Commit c664f91

Browse files
add a simple program under java_playground
1 parent 571f0cf commit c664f91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package java_playground;
2+
3+
public class MainApp {
4+
public static void main(String... args) {
5+
System.out.println("Hello world.");
6+
System.out.println("Program finished.");
7+
}
8+
}

0 commit comments

Comments
 (0)