Getting the data
This commit is contained in:
commit
86070aa16b
7 changed files with 106 additions and 0 deletions
5
ManagementScript/BeefProj.toml
Normal file
5
ManagementScript/BeefProj.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
FileVersion = 1
|
||||
|
||||
[Project]
|
||||
Name = "ManagementScript"
|
||||
StartupObject = "ManagementScript.Program"
|
5
ManagementScript/BeefSpace.toml
Normal file
5
ManagementScript/BeefSpace.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
FileVersion = 1
|
||||
Projects = {ManagementScript = {Path = "."}}
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "ManagementScript"
|
11
ManagementScript/src/Program.bf
Normal file
11
ManagementScript/src/Program.bf
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace ManagementScript;
|
||||
|
||||
using System;
|
||||
|
||||
class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue