something
This commit is contained in:
parent
2f601733a0
commit
7339ce877e
3 changed files with 36 additions and 0 deletions
10
Emne 3/ConsoleApp2/ConsoleApp2/ConsoleApp2.csproj
Normal file
10
Emne 3/ConsoleApp2/ConsoleApp2/ConsoleApp2.csproj
Normal file
|
@ -0,0 +1,10 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
10
Emne 3/ConsoleApp2/ConsoleApp2/Program.cs
Normal file
10
Emne 3/ConsoleApp2/ConsoleApp2/Program.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace ConsoleApp2;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue