2017专业版提示发生生成错误 错误列表CS1056错误的字符
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp3
{
class Program
{
static void Main(string[] args)//Main方法,程序入口
{
Console.Write("Hello world!");//命令,以分号结束
//快捷键:Ctrl+F5直接运行
}
}
}