2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00
Files
raylib-cs/Test.NetFX/Program.cs
2018-10-21 23:04:32 +05:30

13 lines
169 B
C#

using Test.Common;
namespace Test.NetFX
{
class Program
{
static void Main(string[] args)
{
Common.Test.Run();
}
}
}