We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e46ccc commit f4c1a34Copy full SHA for f4c1a34
Hello_world.java
@@ -0,0 +1,5 @@
1
+class HelloWorld{
2
+ public static void main(String args[]){
3
+ System.out.println("Hello,world!");
4
+ }
5
+}
0 commit comments