欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

测试博客101

程序员文章站 2022-06-19 19:22:01
这是测试博客 ......

这是测试博客

  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 }