Cosmos/Users/Orvid/StructTest/Program.cs

16 lines
255 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace StructTest
{
public static class Program
{
public static void Main()
{
Kernel k = new Kernel();
k.DoRun();
}
}
}