mirror of
https://github.com/git/git.git
synced 2024-11-02 15:28:21 +01:00
9 lines
115 B
Text
9 lines
115 B
Text
|
public class Beer
|
||
|
{
|
||
|
int special;
|
||
|
public static void main(String RIGHT[])
|
||
|
{
|
||
|
System.out.print("ChangeMe");
|
||
|
}
|
||
|
}
|