C# Quick Start
1. Hello, Universe As a supporter of SETI, we thought it’d be appropriate to do a “Hello, Universe” program rather than the canonical “Hello, World” program: using System; class Hello { public static void Main(string[] args) { Console.WriteLine(“Hello, Universe”); // iterate over command-line arguments, // and print them out for (int arg = 0; arg < [ [ ...]