2025-02-26 09:37:05 +03:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace Git
|
|
|
|
|
{
|
|
|
|
|
internal class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
{
|
2025-02-26 09:42:11 +03:00
|
|
|
|
Console.WriteLine("Danilka");
|
2025-02-26 09:44:42 +03:00
|
|
|
|
Console.WriteLine("23");
|
2025-02-26 09:37:05 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|