Difference between revisions of "Shell scripts"
From GeodesyLab
| Line 13: | Line 13: | ||
} | } | ||
</source> | </source> | ||
| + | |||
| + | <include src="http://www.ietf.org/rfc/rfc1945" /> | ||
Revision as of 19:33, 4 February 2008
<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" />