using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp2
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("我的第一个程序");
Console.ReadLine();
}
}
}
hello word c#
最新推荐文章于 2024-11-03 22:21:51 发布