We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 977ea62Copy full SHA for 977ea62
1 file changed
HelloWorld.java
@@ -0,0 +1,13 @@
1
+public class HelloWorld {
2
+ public static void main(String[] args) {
3
+ System.out.println("Hello, guys");
4
5
6
7
8
9
10
11
12
+ }
13
+}
0 commit comments