My_First_Repo/Program.cs

22 lines
502 B
C#
Raw Permalink Normal View History

2025-02-24 13:01:39 +03:00
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");
2025-02-24 13:47:35 +03:00
Console.WriteLine("Hello world");
Console.WriteLine("Hello world");
Console.WriteLine("Hello world");
Console.WriteLine("Hello world");
//sadfsads
2025-02-24 13:01:39 +03:00
}
}
}