mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
9 lines
120 B
Text
9 lines
120 B
Text
|
public class RIGHT_Beer
|
||
|
{
|
||
|
int special;
|
||
|
public static void main(String args[])
|
||
|
{
|
||
|
System.out.print("ChangeMe");
|
||
|
}
|
||
|
}
|