index
:
full-stack-with-java.git
master
Full stack development with Java course material.
GIT Public Repositories
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
01-helloworld
/
HelloWorld2.java
blob: 2cafb6782d0d191d711b90c89452f6511fa407cd (
plain
)
1
2
3
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Hello World!"
);
}