This website works better with JavaScript.
Home
Explore
Help
Sign In
Luojiale
/
java
Watch
1
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.
22
Commits
1
Branch
0
Tags
1.6 MiB
Java
99.6%
Batchfile
0.4%
Tree:
3557013fe8
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3557013fe8'
${ noResults }
java
/
w5
/
Rectangle.java
6 lines
129 B
Raw
Blame
History
public
class
Rectangle
extends
Shape
{
@Override
public
void
draw
(
)
{
System
.
out
.
println
(
"绘制矩形"
)
;
}
}
Reference in new issue