梦幻之旅

DEBUG - 天道酬勤

   :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  671 随笔 :: 6 文章 :: 256 评论 :: 0 Trackbacks
/*
 * 由 SharpDevelop 创建。
 * 用户: Administrator
 * 日期: 2010-3-2
 * 时间: 12:30
 * 
 * 如果你想要更改该模板,那么请使用“工具 | 选项 | 编辑 | 编辑标准标题”。
 
*/

 
using System;
 
using System.Threading;
 
public class test
 
{
     
public static void Main()
     
{
         Console.WriteLine(
"Hello World!");
         Thread.Sleep(
3000);
     }

 }


posted on 2010-03-02 12:40 HUIKK 阅读(357) 评论(1)  编辑  收藏 所属分类: C#

评论

# re: C# helloWorld 2011-07-13 00:58 无名氏
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace HelloACCP
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("hello word!");
Console.ReadLine();
}
}
}  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: