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.
8
Commits
2
Branches
1
Tag
283 KiB
Java
100%
Tree:
58b4a05a8b
454
main
作业
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '58b4a05a8b'
${ noResults }
java
/
W5
/
Vehicle
/
Vehicle.java
3 lines
66 B
Raw
Blame
History
public
abstract
class
Vehicle
{
public
abstract
void
run
(
)
;
}
Reference in new issue