MyFirstRepo/Program.cs
2025-02-24 11:27:07 +03:00

17 lines
290 B
C#

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