mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
15 lines
134 B
Beef
15 lines
134 B
Beef
![]() |
#pragma warning disable 168
|
||
|
|
||
|
using System;
|
||
|
|
||
|
namespace Test
|
||
|
{
|
||
|
class Program
|
||
|
{
|
||
|
static void Main()
|
||
|
{
|
||
|
Container.Test();
|
||
|
}
|
||
|
}
|
||
|
}
|