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

18 lines
210 B
Beef
Raw Normal View History

//GORB
#pragma warning disable 168
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
2019-10-09 16:20:09 -07:00
struct Blurg
2019-09-29 07:44:39 -07:00
{
2019-12-13 14:25:15 -08:00
public static int32 Hey()
2019-12-11 16:56:09 -08:00
{
2019-12-13 14:25:15 -08:00
return (int32)123;
2019-12-11 16:56:09 -08:00
}
}