© 2026 Hedgehog Software, LLC
Error CS5001 Program does not contain a static 'Main' method suitable for an entry point
namespace helloword { class HelloWorld { } }
namespace helloword { class HelloWorld { static void Main() { } } }