Watch
2
0
Fork
You've already forked raylib-cs
0

Moved tests into their own folder.

This commit is contained in:
ChrisDill 2019-03-08 11:32:25 +00:00
commit 81cd9ff9fa
16 changed files with 51 additions and 106 deletions

View file

@ -1,11 +0,0 @@

namespace Test.NetCoreRT
{
class Program
{
static void Main(string[] args)
{
Examples.Test.Run(args);
}
}
}