my_first_repo/Program.cs

22 lines
436 B
C#
Raw Permalink 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 13:47:03 +03:00
Console.WriteLine("jgjgjgjgjj");
2025-02-24 12:58:27 +03:00
}
}
}