mirror of
https://github.com/git/git.git
synced 2024-11-07 17:53:12 +01: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");
|
||
|
}
|
||
|
}
|