mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
11 lines
110 B
Beef
11 lines
110 B
Beef
![]() |
namespace TestStaticCrt1
|
||
|
{
|
||
|
class Program
|
||
|
{
|
||
|
static void Main()
|
||
|
{
|
||
|
HotSwap_LocateSym01.Test();
|
||
|
}
|
||
|
}
|
||
|
}
|