We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e9f2d commit 5c5324fCopy full SHA for 5c5324f
2.Basic_structure_of_java_program/Hello.java
@@ -0,0 +1,6 @@
1
+public class Hello {
2
+ public static void main(String args[]) {
3
+
4
+ System.out.println("Hello World");
5
+ }
6
+}
0 commit comments