C#入门
摘要:using System; namespace FirstProject { /** * 声明一个类 */ class MainClass { public static void Main(string[] args) { Console.WriteLine("Hello World!"); }
阅读全文
posted @ 2024-05-22 00:26
知之为知之,不知为不知
posted @ 2024-05-22 00:26
Powered by:
博客园
Copyright © 2025 啊噢1231
Powered by .NET 9.0 on Kubernetes