Initial commit
This commit is contained in:
11
Program.cs
Normal file
11
Program.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Matrix
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
Matrix matrix = new();
|
||||
matrix.Start();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user