We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fc7ba commit 50d194fCopy full SHA for 50d194f
FirstJavaProgram.java
@@ -0,0 +1,7 @@
1
+class FristJavaProgram
2
+{
3
+public static void main(String[] args)
4
5
+System.out.println("Congratulation!Your first java program run successfully");
6
+}
7
0 commit comments