my_first_repo/Program.cs

18 lines
257 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");
}
}
}