This website works better with JavaScript.
Home
Explore
Help
Sign In
WangYangyang
/
Java
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
0
Tags
2.3 MiB
Java
95%
Python
5%
Tree:
f6811f3695
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f6811f3695'
${ noResults }
Java
/
w4
/
Shape.java
7 lines
85 B
Raw
Blame
History
package
w4
;
public
abstract
class
Shape
{
public
abstract
double
getArea
(
)
;
}
Reference in new issue