mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Adding new test suite
This commit is contained in:
parent
a13042b96c
commit
61b440ea36
6 changed files with 93 additions and 0 deletions
14
IDE/Tests/DebuggerTest01/src/Program.bf
Normal file
14
IDE/Tests/DebuggerTest01/src/Program.bf
Normal file
|
@ -0,0 +1,14 @@
|
|||
#pragma warning disable 168
|
||||
|
||||
using System;
|
||||
|
||||
namespace Test
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
Container.Test();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue