Run ❯
Get your
own
website
×
Change Orientation
using System; namespace MyApplication { class Program { static void Main(string[] args) { string greeting = "Hello World"; Console.WriteLine(greeting); } } }
Hello World