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

java-class-member-function « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 298bc7a71b29d169c66f1589ca6fa79034609656 (plain)
1
2
3
4
5
6
7
8
public class Beer
{
	int special;
	public static void main(String RIGHT[])
	{
		System.out.print("ChangeMe");
	}
}