新しいC#プロジェクトを開くだけですが、コンパイルしたいときにタイトルエラーが発生します。このエラーを検索しましたが、結果が見つかりませんでした。
私は何をするつもりですか?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("hello world!");
}
}
}