Skip to content

Commit

Permalink
加上测试项目
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Oct 11, 2024
1 parent d87933c commit dd22020
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Workbench/WurfeelebunaChujaineljur/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
10 changes: 10 additions & 0 deletions Workbench/WurfeelebunaChujaineljur/WurfeelebunaChujaineljur.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>

0 comments on commit dd22020

Please sign in to comment.