namespace _03我的第三个项目_练习
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("*******************************************");
Console.WriteLine("*                        这是我的第一个C#程序                     *");
Console.WriteLine("*******************************************");
Console.ReadKey();
}
}
}

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-11-28
  • 2021-10-31
  • 2022-03-02
相关资源
相似解决方案