CodeLiturgy.Dashboard/BlueWest/Program.cs

11 lines
119 B
C#
Raw Normal View History

2021-12-06 02:49:27 +03:00
using BlueWest.Core;
class Program
{
public static void Main()
{
new BlueProgram().Run();
}
}