Upload files to "/"
Some checks failed
First CI / build (push) Failing after 11s

This commit is contained in:
97634 2024-11-22 10:31:35 +00:00
parent 6d79feb2b3
commit b6d4ad3f74
2 changed files with 13 additions and 0 deletions

11
123.csproj Normal file
View File

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>_123</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

2
Program.cs Normal file
View File

@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");