static void Main(string[] args) { Snowflakes x = new Snowflakes(); string[] a = {".", "..", "***", "...."}; Console.WriteLine(x.flareOut(a)); Console.ReadLine(); }
static void Main(string[] args) { Snowflakes x = new Snowflakes(); string[] a = { ".", "..", "***", "...." }; Console.WriteLine(x.flareOut(a)); Console.ReadLine(); }