This website works better with JavaScript.
Home
Explore
Help
Sign In
XuJingwang
/
java
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
1
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.
10
Commits
2
Branches
1
Tag
283 KiB
Java
100%
Tree:
22bfc89b1c
454
main
作业
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '22bfc89b1c'
${ noResults }
java
/
W5
/
Vehicle
/
Car.java
6 lines
117 B
Raw
Blame
History
public
class
Car
extends
Vehicle
{
@Override
public
void
run
(
)
{
System
.
out
.
println
(
"汽车"
)
;
}
}
Reference in new issue