首页 > 开发 > 综合 > 正文

我的第一个C#程序!

2024-07-21 02:18:49
字体:
来源:转载
供稿:网友
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");
}
}
}


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表