ifElse
This commit is contained in:
parent
99e528e51e
commit
ddc33e2beb
4 changed files with 72 additions and 6 deletions
10
Emne 3/ConsoleApp4/IfElse/IfElse.csproj
Normal file
10
Emne 3/ConsoleApp4/IfElse/IfElse.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>
|
Loading…
Add table
Add a link
Reference in a new issue