using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Hello
{
class Program
{
static void Main(string[] args)
{
System.Console.WriteLine("Hello World!");
System.Threading.Thread.Sleep(5000);
}
}
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Hello
{
class Program
{
static void Main(string[] args)
{
System.Console.WriteLine("Hello World!");
System.Threading.Thread.Sleep(5000);
}
}
}