mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
12 lines
163 B
C#
12 lines
163 B
C#
|
|
namespace ExamplesTest
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Examples.core_basic_window();
|
|
}
|
|
}
|
|
}
|