My_First_Repo/Class1.cs

13 lines
186 B
C#
Raw Permalink Normal View History

2025-02-24 13:59:16 +03:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleForGid
{
internal class Class1
{
}
}