my_first_repo/Program.cs
2025-02-24 13:47:03 +03:00

22 lines
436 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleForGit
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
}
}
}