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;
|
2020-04-29 06:40:03 -07:00
|
|
|
using System.Collections;
|
2019-08-23 11:56:54 -07:00
|
|
|
using System.Diagnostics;
|
2020-04-29 06:40:03 -07:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|