We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f56c7 commit 77f9836Copy full SHA for 77f9836
Java/01_Introduction/01. Welcome to Java/Solution.java
@@ -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