Sign in
code
/
git
/
86e1007abc58f8458ce90dc10a385239722cf08a
/
.
/
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"
);
}
}