This website requires JavaScript.
Explore
Help
Register
Sign In
jackfrued
/
Python-100-Days
mirror of
https://github.com/jackfrued/Python-100-Days.git
Watch
1
Star
0
Fork
You've already forked Python-100-Days
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
Python-100-Days
/
番外篇
/
code
/
Test01.java
6 lines
113 B
Java
Raw
Permalink
Blame
History
class
Test01
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
"hello, world!"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink