mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
13 lines
171 B
C#
13 lines
171 B
C#
using Test.Common;
|
|
|
|
namespace Test.NetCore
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Common.Test.Run();
|
|
}
|
|
}
|
|
}
|