using System; met System.Collections.Generic; met System.Linq; gebruik System.Text;
namespace ConsoleApplication1 {class Program {static void Main (string [] args) {koord myString = "Hello World!"; Console.WriteLine (myString);
int myInt = 5; dubbele myDouble = 43435.343; Console.WriteLine ("myInt =" + myInt); Console.WriteLine ("myDouble =" + myDouble);
Console.WriteLine ("\\ nDruk Enter om verder ..." + a); Console.Read (); }}}