index
:
xavi/slcl-android
master
Android client for slcl.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test.java
blob: 7db23ceb705352c94f00016adc668e3422153ec7 (
plain
) (
blame
)
1
2
3
4
5
6
public class
Test
{
public int
a
;
public void
f
() {
System
.
out
.
println
(
"hi!"
);
}
}