我的第一个C#程序!

80酷酷网    80kuku.com

  程序using System;

namespace Hello_World
{
/// <summary>
/// Class1 的摘要说明。
/// </summary>
using C = System.Console;
class MainApp
{

/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main(string[] args)
{
//
// TODO: 在此处添加代码以启动应用程序
//
C.WriteLine("Hello World");
}
}
}














分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: