为啥我的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();
}
}
}