实验一

using System;

class HelloWorld{
    public static void Main(){
        Console.WriteLine("hello world");
    }
}

 

posted @ 2021-10-21 22:22  启明长庚  阅读(81)  评论(0)    收藏  举报