my_first_repo/Program.cs
SuNetVerseWolk ada0669af7 first commit
2025-02-24 12:58:27 +03:00

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