2025-02-24 11:20:58 +03:00
|
|
|
|
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)
|
|
|
|
|
{
|
2025-02-24 11:27:40 +03:00
|
|
|
|
Console.WriteLine("Hello world!");
|
2025-02-24 11:20:58 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|