Skip to content

Commit 7e34216

Browse files
committed
typo in program
1 parent d1743aa commit 7e34216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_world/hello_world.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Program
88
{
99
static void Main(string[] args)
1010
{
11-
Console.WriteLine("Hello World");
11+
Console.WriteLine("Hello World!");
1212
Console.ReadLine();
1313
}
1414
}

0 commit comments

Comments
 (0)