My_First_Repo/Program.cs
2025-02-24 13:47:35 +03:00

22 lines
502 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console_for_gip
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello world");
Console.WriteLine("Hello world");
Console.WriteLine("Hello world");
Console.WriteLine("Hello world");
Console.WriteLine("Hello world");
//sadfsads
}
}
}