mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
10 lines
102 B
Beef
10 lines
102 B
Beef
namespace IDETest
|
|
{
|
|
class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
SlotTest001.Test();
|
|
}
|
|
}
|
|
}
|