13 lines
189 B
C#
13 lines
189 B
C#
|
using System;
|
|||
|
|
|||
|
namespace ConsoleApplication
|
|||
|
{
|
|||
|
public class Program
|
|||
|
{
|
|||
|
public static void Main()
|
|||
|
{
|
|||
|
Console.WriteLine("Hello World!");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|