Esempio n. 1
0
        public static void Task()
        {
            Twister t = new Twister();

            Console.WriteLine("[Task 1]   Multiplying the first 2 transformed members of the " +
                              "chain gives us " + t.FirstTwoMultiplied(Core.FilteredInput) + ".\n");
        }