Run »
using System; namespace MyApplication { class Program { static void Main(string[] args) { string greeting = "Hello World"; Console.WriteLine(greeting); } } }
Hello World