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!”;
}
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.
where? I’m using online editor
Hello, World!
Hello, Word!
Thanks you