Hello World- Remix (C#) amenproletar wrote on 2/5/2019, 8:58 AM 0 99 Tags: using system; namespace HelloWorld { class Program { static void Main(string[] args) { Console.WriteLine("Hello, World"); } } } Back to post