Php echo hello world
C# programs consist of one or more files. Each file contains zero or more namespaces. A namespace contains types such as classes, structs, interfaces, enumerations, and delegates, or other namespaces
using System;
namespace YourNamespace
{
class YourClass
{
}
struct YourStruct
...