tombok1/Tombok1/Program.cs

17 lines
288 B
C#
Raw Normal View History

2023-01-23 12:15:11 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tombok1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Tömbök gyakorlása.");
}
}
}