updated megoldasok.md

This commit is contained in:
Digi
2025-03-05 18:51:43 +01:00
parent d07b86a0a1
commit ca49bc92c7
17 changed files with 91 additions and 31 deletions

View File

@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Program
{
class Jatekos
{
public string Nev { get; set; }
public int Pontszam { get; set; }
}
class Kor
{
public Jatekos jatekos { get; set; }
public int[] dobasok { get; set; }
}
}