MyFirstRep/Program.cs

18 lines
318 B
C#
Raw Permalink Normal View History

2025-02-24 11:53:34 +03:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp3
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("hello world");
2025-02-26 09:51:40 +03:00
//gdhdgyhgmhmh
2025-02-24 11:53:34 +03:00
}
}
}