mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
14 lines
134 B
Beef
14 lines
134 B
Beef
#pragma warning disable 168
|
|
|
|
using System;
|
|
|
|
namespace Test
|
|
{
|
|
class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
Container.Test();
|
|
}
|
|
}
|
|
}
|