Shell scripts
From GeodesyLab
<source lang="csharp"> // Hello World in Microsoft C# ("C-Sharp").
using System;
class HelloWorld {
public static int Main(String[] args)
{
Console.WriteLine("Hello, World!");
return 0;
}
} </source>
<include src="http://www.ietf.org/rfc/rfc1945" />