2014-03-21 21:07:17 +00:00
|
|
|
public class Beer
|
|
|
|
{
|
|
|
|
int special;
|
|
|
|
public static void main(String RIGHT[])
|
|
|
|
{
|
2021-08-11 17:51:04 +00:00
|
|
|
someMethodCall();
|
|
|
|
someOtherMethod("17")
|
|
|
|
.doThat();
|
|
|
|
// Whatever
|
2014-03-21 21:07:17 +00:00
|
|
|
System.out.print("ChangeMe");
|
|
|
|
}
|
|
|
|
}
|