2016-10-14 00:06:35 -07:00
|
|
|
using System;
|
2015-11-17 11:40:07 -08:00
|
|
|
|
2016-07-22 12:11:01 -07:00
|
|
|
class Program
|
2015-11-17 11:40:07 -08:00
|
|
|
{
|
2016-07-22 11:56:05 -07:00
|
|
|
static void Main(string[] args)
|
2015-11-17 11:40:07 -08:00
|
|
|
{
|
2016-07-22 11:56:05 -07:00
|
|
|
Console.WriteLine("Hello World!");
|
2015-11-17 11:40:07 -08:00
|
|
|
}
|
|
|
|
}
|