test
This commit is contained in:
parent
3f1b8c29a9
commit
384efef3b2
5 changed files with 72 additions and 1 deletions
10
Emne 3/Hello_World/Hello_World.csproj
Normal file
10
Emne 3/Hello_World/Hello_World.csproj
Normal 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>
|
2
Emne 3/Hello_World/Program.cs
Normal file
2
Emne 3/Hello_World/Program.cs
Normal file
|
@ -0,0 +1,2 @@
|
|||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
Loading…
Add table
Add a link
Reference in a new issue