This website works better with JavaScript
Home
Explore
Help
Register
Sign In
machinecat520
/
zj-Exercise
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
81f71166f1
Branches
Tags
master
zj-Exercise
/
java-Eclipse
/
day01
/
HelloWorld.java
HelloWorld.java
102 B
History
Raw
1
2
3
4
5
class
HelloChina
{
public
static
void
main
(String[] args)
{
System.out.println(
"Hello,World!"
);
}
}