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