C# 简单helloworld 程序的问题 在线等 多给分

我安装了viualstudio2005打开新建项目然后确定在代码窗里边usingSystem;usingSystem.Collections.Generic;usingS... 我安装了viual studio 2005
打开 新建项目 然后确定
在代码窗里边

using System;
using System.Collections.Generic;
using System.Text;

namespace helloworld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("hello world")
}
}
}

然后启动运行 执行 说有错误

然后底下提示错误
错误 1 应输入 ; C:\Documents and Settings\lylzll\My Documents\Visual Studio 2005\Projects\ConsoleApplication2\ConsoleApplication2\Program.cs 11 45 ConsoleApplication2

这是为什麽啊??
哪位高手 给指点一下

看书上说什麽
“引用”文件夹中包含在这个项目中所引用的主健,在使用某个类型时,必须将把实现这些类型的组件添加到项目的引用文件夹中。
怎麽添加阿 不懂
是不是我没添加才出现的那个错误阿
展开
 我来答
悦峯org
2008-05-05 · 愿原力与你同在May The Force Be With Y...
悦峯org
采纳数:58 获赞数:115

向TA提问 私信TA
展开全部
差个“;”号
class Program
{
static void Main(string[] args)
{
Console.WriteLine("hello world");
}
}
feifei1702
2008-05-05 · TA获得超过882个赞
知道小有建树答主
回答量:618
采纳率:0%
帮助的人:418万
展开全部
谁教你这么编程的?

存取位置不对,需要指定或同文件下
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式