simple hello world

This commit is contained in:
2025-11-11 10:20:13 +01:00
parent bf484a2f81
commit 80bc441e36
5 changed files with 79 additions and 4 deletions

10
console/console.csproj Normal file
View File

@@ -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>