测试博客101
程序员文章站
2023-11-13 23:46:58
这是测试博客 ......
这是测试博客
- 代码如下
-
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 }