using System.Collections.Generic;
public static void Main()
int[] xs = new int[] {1, 2, 3, 4};
for (int k = 0; k < xs.Length; k++){
List<int> ys = new List<int> {};
foreach (int num in ys) {
Console.WriteLine("Oh, God. What's Wring?");
Console.WriteLine("It Works.");