1
0

started to implement second algorithm

This commit is contained in:
2019-05-15 11:23:57 +02:00
parent 8f2aed3dbb
commit 57314a0a94
4 changed files with 80 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ using System.Linq;
namespace TMI_practicum
{
internal class Program
internal static class Program
{
public static void Main(string[] args)
{
@@ -99,4 +99,4 @@ namespace TMI_practicum
}
}
}
}
}