1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 17:08:00 +02:00
Beef/IDE/mintest/src/main.bf

47 lines
574 B
Beef
Raw Normal View History

2019-08-23 11:56:54 -07:00
//zab1234
// Zoop
//using IDE;
using System;
2019-09-29 07:44:39 -07:00
//using System.Threading;
using System.Collections;
2019-08-23 11:56:54 -07:00
using System.Diagnostics;
using System.Collections;
2019-08-23 11:56:54 -07:00
using System.Collections;
2019-09-29 07:44:39 -07:00
using System.Threading;
2019-08-23 11:56:54 -07:00
namespace Hey.Dude.Bro
{
2020-10-22 06:31:39 -07:00
struct Zoff
2019-08-23 11:56:54 -07:00
{
2020-10-22 06:31:39 -07:00
public void operator<<=(float a)
2019-08-23 11:56:54 -07:00
{
2020-05-22 06:40:06 -07:00
2019-08-23 11:56:54 -07:00
}
}
2020-10-22 06:31:39 -07:00
class TestClass
2019-08-23 11:56:54 -07:00
{
2020-10-22 06:31:39 -07:00
/*static void TestFunc()
2019-08-23 11:56:54 -07:00
{
2020-10-22 06:31:39 -07:00
Zonk(=> LocalMethod);
void LocalMethod()
2019-08-23 11:56:54 -07:00
{
2020-10-22 06:31:39 -07:00
int a = zzz;
2019-08-23 11:56:54 -07:00
}
}
2020-10-22 06:31:39 -07:00
static void Zonk<T>(T dlg) where T : delegate void()
2019-08-23 11:56:54 -07:00
{
2020-10-22 06:31:39 -07:00
}*/
2019-08-23 11:56:54 -07:00
2020-10-22 06:31:39 -07:00
public static int Main(String[] args)
2019-08-23 11:56:54 -07:00
{
2020-10-22 06:31:39 -07:00
//Blurg.Hey();
return 1;
2019-08-23 11:56:54 -07:00
}
}
}