Hello Word! C# help, plese

My hello world, the voice console gives an error, I don’t understand why.
code: public static class HelloWorld
{
public static string Hello() => “Hello, Word!”;

}

What error are you seeing?

There is one letter missing in your return string.

1 Like

where? I’m using online editor

Hello, World!
Hello, Word!
1 Like

Thanks you :wink:

1 Like