using System;
namespace HelloWorld {
 
public class Class1 {
  [STAThread]
  
static void Main(string[] args) {
   System.Console.WriteLine(
"Welcome to my space!");
  }

 }

}
posted on 2005-08-05 10:27  暴风雨  阅读(145)  评论(0编辑  收藏  举报