测试博客101

这是测试博客

  1. 代码如下
  2.  1 using System;
     2 
     3 namespace Demo{
     4         
     5         public class T{
     6             
     7               static void main(string[] args){
     8                     Console.WriteLine("hello world");
     9               }
    10         }
    11 }        
原文地址:https://www.cnblogs.com/xiaobianzi/p/test.html