问答详情
源自:1-6 第一个C#程序---HelloWorld

为啥我的VS运行的Helloworld窗口还是闪一下就关了

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;


namespace Myapp1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine();
        }
    }
}


提问者:我的好奇 2017-10-11 21:06

个回答

  • 十方YY
    2017-10-11 21:28:27

    那个是调试程序,你可以用Ctrl+F5直接运行