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