My_first_repo/Program.cs
Vlad Torop 7ba2450349 4
2025-02-26 09:42:43 +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!");
}
}
}