MyFirstRepo/Git/Program.cs
Пупсинь ca9749f7e3 gf
2025-02-26 09:41:06 +03:00

18 lines
329 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Git
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Привет");
Console.WriteLine("Ало семпай сегодня как обычно?");
}
}
}