1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 08:58:00 +02:00
Beef/IDE/mintest/src/main.bf
2020-10-22 06:31:39 -07:00

46 lines
574 B
Beef

//zab1234
// Zoop
//using IDE;
using System;
//using System.Threading;
using System.Collections;
using System.Diagnostics;
using System.Collections;
using System.Collections;
using System.Threading;
namespace Hey.Dude.Bro
{
struct Zoff
{
public void operator<<=(float a)
{
}
}
class TestClass
{
/*static void TestFunc()
{
Zonk(=> LocalMethod);
void LocalMethod()
{
int a = zzz;
}
}
static void Zonk<T>(T dlg) where T : delegate void()
{
}*/
public static int Main(String[] args)
{
//Blurg.Hey();
return 1;
}
}
}