Skip to content

Commit 394c963

Browse files
committed
Experiment 6_1
1 parent 4ee0e51 commit 394c963

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import package1.MyPackage;
2+
public class Exp6_1 {
3+
public static void main(String[] args) {
4+
MyPackage obj = new MyPackage();
5+
obj.display();
6+
}
7+
}

0 commit comments

Comments
 (0)