Sign in
googlers
/
jrn
/
git
/
v2.4.0-rc0
/
.
/
t
/
t4018
/
java-class-member-function
blob: 298bc7a71b29d169c66f1589ca6fa79034609656 [
file
] [
log
] [
blame
]
public
class
Beer
{
int
special
;
public
static
void
main
(
String
RIGHT
[])
{
System
.
out
.
print
(
"ChangeMe"
);
}
}