Sign in
googlers
/
jrn
/
git
/
edefc318731f69c3e5354ead9f7505e789562375
/
.
/
t
/
t4018
/
java-class-member-function
blob: 298bc7a71b29d169c66f1589ca6fa79034609656 [
file
] [
log
] [
blame
]
Johannes Sixt
dd4dc5c
2014-03-21 22:07:17 +0100
[
diff
] [
blame
]
1
public
class
Beer
2
{
3
int
special
;
4
public
static
void
main
(
String
RIGHT
[])
5
{
6
System
.
out
.
print
(
"ChangeMe"
);
7
}
8
}