Welcome to mirror list, hosted at ThFree Co, Russian Federation.

custom2-match-to-end-of-line « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f88ac318b796816b489f20d5af284f48a7702cfa (plain)
1
2
3
4
5
6
7
8
public class RIGHT_Beer
{
	int special;
	public static void main(String args[])
	{
		System.out.print("ChangeMe");
	}
}