Skip to content

Commit fca3edf

Browse files
committed
Object Oriented Programming in java
0 parents  commit fca3edf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test.class

410 Bytes
Binary file not shown.

test.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class test{
2+
public static void main(String[] args)
3+
{
4+
System.out.println("Hi Fahim");
5+
}
6+
}

0 commit comments

Comments
 (0)