Difference between revisions of "Shell scripts"

From GeodesyLab
Jump to: navigation, search
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<source lang="csharp">
+
<include-html>/export/ftpweb/htdocs/sh2doc/index.html</include-html>
// 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" />
+

Latest revision as of 00:11, 9 January 2009

<include-html>/export/ftpweb/htdocs/sh2doc/index.html</include-html>