This commit is contained in:
Pavel Krymets 2016-04-27 08:44:12 -07:00
parent cdb75966eb
commit 1104e56895
29 changed files with 101 additions and 163 deletions

View file

@ -6,6 +6,7 @@ namespace ConsoleApplication
{
public static void Main()
{
ConsoleLibrary.P1.Program.Main();
}
}
}