2025-02-24 11:18:00 +03:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace GitBasTest
|
|
|
|
|
{
|
|
|
|
|
internal class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
{
|
2025-02-24 11:27:07 +03:00
|
|
|
|
Console.WriteLine("Hello World");
|
2025-02-26 09:42:09 +03:00
|
|
|
|
Console.WriteLine("Hello Golem");
|
|
|
|
|
Console.ReadLine();
|
2025-02-24 11:18:00 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|