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

17 lines
293 B
C#

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