这是我的第一篇博客

 第一篇内容当然是 hello world

using System;

class MyFirstBk

{

public static void main( string args[ ])

 {

  console.WriteLine("hello world");

  }

}

谢谢大家观看这么简单的一个入门程序  哈哈 

原文地址:https://www.cnblogs.com/xainnvyuan/p/10103156.html