my_first_repo/Program.cs

21 lines
400 B
C#
Raw Normal View History

2025-02-24 12:58:27 +03:00
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");
2025-02-24 13:45:59 +03:00
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
Console.WriteLine("jgjgjgjgjj");
2025-02-24 12:58:27 +03:00
}
}
}