Skip to content

Commit 50d194f

Browse files
authored
Add files via upload
1 parent 63fc7ba commit 50d194f

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)