文章分类 -  My Articles

庆祝创建成功!
摘要:using System;namespace HelloWorld { public class Class1 { [STAThread] static void Main(string[] args) { System.Console.WriteLine("Welcome to my space!"); } }} 阅读全文
posted @ 2005-08-05 10:27 暴风雨 阅读(155) 评论(0) 推荐(0)