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

31 lines
348 B
Beef
Raw Normal View History

#pragma warning disable 168
using System;
using System.Diagnostics;
using System.Threading;
using System.Collections;
struct Blurg
2019-09-29 07:44:39 -07:00
{
public static void Hey()
{
}
}
struct StructA
{
public int mA = 99;
2020-04-10 08:58:12 -07:00
}
/*namespace System
2020-04-10 08:58:12 -07:00
{
extension String
2019-12-11 16:56:09 -08:00
{
public String SubText(String input, int position, int length)
{
return 0;
}
2019-12-11 16:56:09 -08:00
}
}*/