Код не запускается

Столкнулся с проблемой - при запуске кода...

using System;

namespace Projectone   
{
    class MainClass
    {
        public static void Main (string[] args)
        {
            Console.WriteLine ("Hello world");
        }
    }
}

...получаю ошибку...

[Running] scriptcs "d:\c#\test.cs"
'scriptcs' is not recognized as an internal or external command,
operable program or batch file.      
[Done] exited with code=1 in 0.082 seconds

Редактор: Visual Studio Code


Ответы (0 шт):