Skip to content

Commit

Permalink
Create GeneralResources.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKuz1001 authored Nov 1, 2019
1 parent 574c75b commit 8e90ff5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Task02/GeneralResources.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace Task02
{
public class GeneralResources
{
public const int INF = 1000000000;
public static int[,] graphMatrix;
public static (int, int, int)[] graphListEdges;
public static int n;
}
}

0 comments on commit 8e90ff5

Please sign in to comment.