using System;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello world!");
Console.ReadKey();
}
}
这个是控制台的
如果是窗体的点窗体开发
之后只要把字体框架拉过去
打上Hello world就行了