mirror of
https://github.com/simtactics/servo.git
synced 2025-07-13 01:31:53 -04:00
Decision Engine section
This commit is contained in:
parent
2993056967
commit
31024f9fc5
8 changed files with 76 additions and 25 deletions
12
source/Servo/Program.cs
Normal file
12
source/Servo/Program.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace Servo
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
8
source/Servo/Servo.csproj
Normal file
8
source/Servo/Servo.csproj
Normal file
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue