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