my_first_repo/Program.cs
2025-02-24 13:49:17 +03:00

21 lines
477 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("Hello,World");
Console.WriteLine("Hello,World");
Console.WriteLine("Hello,World");
Console.WriteLine("Hello,World");
Console.WriteLine("Hello,World");
}
}
}