mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
12 lines
93 B
Beef
12 lines
93 B
Beef
using System;
|
|
|
|
namespace Tests
|
|
{
|
|
class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|