using System.Collections.Generic;
public static void Main()
Program p = new Program();
public string GeneratePassowrd(int min)
string returning = "", hold;
Random rand = new Random();
while (returning.Length < min)
random = rand.Next(0, words.Count-1);
hold = words.ElementAt(random);
hold = hold.First().ToString().ToUpper() + hold.Substring(1);
Console.WriteLine(returning);
words = new List<string> {"aa",
Console.WriteLine(words.Count);