osztondij/Osztondij/Program.cs

16 lines
243 B
C#
Raw Permalink Normal View History

2024-10-09 09:04:17 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Osztondij
{
internal class Program
{
static void Main(string[] args)
{
}
}
}