mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
dd4dc5c574
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
8 lines
115 B
Text
8 lines
115 B
Text
public class Beer
|
|
{
|
|
int special;
|
|
public static void main(String RIGHT[])
|
|
{
|
|
System.out.print("ChangeMe");
|
|
}
|
|
}
|