We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1743aa commit 7e34216Copy full SHA for 7e34216
hello_world/hello_world.cs
@@ -8,7 +8,7 @@ class Program
8
{
9
static void Main(string[] args)
10
11
- Console.WriteLine("Hello World");
+ Console.WriteLine("Hello World!");
12
Console.ReadLine();
13
}
14
0 commit comments