Változók és műveletek

This commit is contained in:
Kovács Rudolf
2026-09-08 13:59:37 +02:00
parent 4d4f746b2b
commit 240cab6b3e
4 changed files with 58 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>