mirror of
https://github.com/git/git.git
synced 2025-04-25 18:53:07 +00:00
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
public class Beer
|
|
{
|
|
int special;
|
|
public static void main(String RIGHT[])
|
|
{
|
|
System.out.print("ChangeMe");
|
|
}
|
|
}
|