We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8ac55 commit 71ccddfCopy full SHA for 71ccddf
1 file changed
Simple.java
@@ -0,0 +1,5 @@
1
+class Simple{
2
+ public static void main(String args[]){
3
+ System.out.println("Hello Java");
4
+ }
5
+}
0 commit comments