mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
11 lines
102 B
Beef
11 lines
102 B
Beef
![]() |
namespace IDETest
|
||
|
{
|
||
|
class Program
|
||
|
{
|
||
|
public static void Main()
|
||
|
{
|
||
|
SlotTest001.Test();
|
||
|
}
|
||
|
}
|
||
|
}
|