mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +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();
|
||
|
}
|
||
|
}
|
||
|
}
|