repo.or.cz
/
HelloWorld
/
gebi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into my
[HelloWorld/gebi.git]
/
java.java
blob
3d0111c05cec99834d311c9950d3383a0241d12d
1
class
helloclass
2
{
3
public static void
main
(
String args
[])
4
{
5
System
.
out
.
println
(
"Hello World"
);
6
}
7
}