Sign in
◑
Theme
code
/
git
/
8e36a6d5752ced382ecd46a5f2cd94276f79451c
/
.
/
t
/
t4018
/
java-class-member-function
blob: 298bc7a71b29d169c66f1589ca6fa79034609656 [
file
]
public
class
Beer
{
int
special
;
public
static
void
main
(
String
RIGHT
[])
{
System
.
out
.
print
(
"ChangeMe"
);
}
}