repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.jar
/
simple.java
blob
848ebe1264017e697a4238571b16a02dbf226d03
1
public class
simple
2
{
3
public static void
main
(
String
[]
args
)
4
{
5
System
.
out
.
println
(
"hi"
);
6
}
7
}