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

27 lines
522 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("HelloWorld");
Console.WriteLine("HelloWorld");
Console.WriteLine("HelloWorld");
Console.WriteLine("HelloWorld");
Console.WriteLine("HelloWorld");
Console.WriteLine("HelloWorld");
}
}
}