Skip to content

Commit 77f9836

Browse files
committed
Java: Introduction - 01. Welcome to Java
1 parent e7f56c7 commit 77f9836

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class Solution {
2+
3+
public static void main(String[] args) {
4+
System.out.println("Hello, World.");
5+
System.out.println("Hello, Java.");
6+
}
7+
}

0 commit comments

Comments
 (0)