hello world
This commit is contained in:
parent
9e7500baff
commit
021f493ce1
|
@ -0,0 +1,2 @@
|
||||||
|
bin/Debug/net8.0
|
||||||
|
obj
|
|
@ -0,0 +1 @@
|
||||||
|
Console.WriteLine("foof");
|
|
@ -0,0 +1,11 @@
|
||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
<RootNamespace>cs_basic</RootNamespace>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
Loading…
Reference in New Issue