using System;
namespace Hello_World
{
///
/// Class1 的摘要说明。
///
using C = System.Console;
class MainApp
{
///
/// 应用程序的主入口点。
///
[STAThread]
static void Main(string[] args)
{
//
// TODO: 在此处添加代码以启动应用程序
//
C.WriteLine("Hello World");
}
}
}
namespace Hello_World
{
///
/// Class1 的摘要说明。
///
using C = System.Console;
class MainApp
{
///
/// 应用程序的主入口点。
///
[STAThread]
static void Main(string[] args)
{
//
// TODO: 在此处添加代码以启动应用程序
//
C.WriteLine("Hello World");
}
}
}
关键字词: