My_first_repo/Program.cs
Vlad Torop b62f05a736 Rep3
2025-02-26 10:04:21 +03:00

17 lines
292 B
C#

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