Skip to content

Commit 50ae222

Browse files
Update InterfaceTestImplement.java
1 parent 9a45327 commit 50ae222

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: _13_Interfaces/InterfaceTestImplement.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com._13_Interfaces;
2-
31
interface Area {
42
final static float pi = 3.14f;
53
float compute(float x, float y);

0 commit comments

Comments
 (0)