❔ Because it does not work?
using System;
class Principal{
static void Main(){
Console.Write("ola");
}
}
4 Replies
i think you have to change the class name and file name to Program
per the error
Thank you, I already managed to solve it, apparently in Visual Studio it is different
yea Visual Studio will probably use top level statements
./close
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.