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.
2 parents 45f3a2c + 50d194f commit 97239c7Copy full SHA for 97239c7
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