Add OpenJibo playground

This commit is contained in:
Jacob Dubin
2026-03-22 18:33:23 -05:00
parent 9380eab797
commit 4c60a37ce8
3 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>