Skip to content

Commit 97239c7

Browse files
authored
Merge pull request #19 from Ayush167/main
Ayush.java
2 parents 45f3a2c + 50d194f commit 97239c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

FirstJavaProgram.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)