public static void Main()
Console.WriteLine (x+" green bottles hanging on the wall");
Console.WriteLine (x+" green bottles hanging on the wall");
Console.WriteLine (" and if one green bottle should accidentally fall...");
Console.WriteLine ("there'll be " + x + " green bottles hanging on the wall");
Console.WriteLine (x+" green bottles hanging on the wall");
Console.WriteLine (x+" green bottles hanging on the wall");
Console.WriteLine (" and if one green bottle should accidentally fall...");
Console.WriteLine ("there'll be " + x + " green bottles hanging on the wall");