using System;namespace ConsoleApplication2
{
/// <summary>
/// Class1 的摘要说明。
/// </summary>
class Class1
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main(string[] args)
{
//
// TODO: 在此处添加代码以启动应用程序
//
        Console.WriteLine("The first app in Beginning C# Programming!");
}
}
}
这是我第一个运行的C#程序,偶开始学习
书已经看了大概8小时了
我的意思是,上面程序,做成.exe格式,让别的没有.net03系统的电脑运行怎么做?