mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Reification test
This commit is contained in:
parent
fe3ba6d4d8
commit
e8eec204fb
5 changed files with 25 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
FileVersion = 1
|
||||
Dependencies = {corlib = "*", LibA = "*", LibB = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "TestsB"
|
||||
StartupObject = "Program"
|
||||
StartupObject = "TestsB.Program"
|
||||
|
|
10
IDEHelper/Tests/TestsB/src/Program.bf
Normal file
10
IDEHelper/Tests/TestsB/src/Program.bf
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace TestsB
|
||||
{
|
||||
class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue