mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
13 lines
No EOL
124 B
Beef
13 lines
No EOL
124 B
Beef
using System;
|
|
using System.Diagnostics;
|
|
|
|
namespace Mintest2
|
|
{
|
|
class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |