22 lines
502 B
C#
22 lines
502 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Console_for_gip
|
|
{
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello world");
|
|
Console.WriteLine("Hello world");
|
|
Console.WriteLine("Hello world");
|
|
Console.WriteLine("Hello world");
|
|
Console.WriteLine("Hello world");
|
|
//sadfsads
|
|
}
|
|
}
|
|
}
|