updated megoldasok.md
This commit is contained in:
22
fordulo_2/Program/Jatekos.cs
Normal file
22
fordulo_2/Program/Jatekos.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user