Revert "Revert "Add performance tests"" (#2820)

This commit is contained in:
Pavel Krymets 2016-05-12 10:33:32 -07:00 committed by Piotr Puszkiewicz
parent 418d827d52
commit b8dff69cc1
33 changed files with 728 additions and 3 deletions

View file

@ -0,0 +1,13 @@
using System;
namespace ConsoleLibrary.P1
{
public class Program
{
public static void Main()
{
ConsoleLibrary.P2.Program.Main();
ConsoleLibrary.P4.Program.Main();
}
}
}