Update HelloWorldService.cs

pull/8310/head
Alper Ebicoglu 5 years ago committed by GitHub
parent 74a41516aa
commit b3bd6ccce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ namespace MyCompanyName.MyProjectName
{ {
public void SayHello() public void SayHello()
{ {
Console.WriteLine("Hello World!"); Console.WriteLine("\tHello World!");
} }
} }
} }

Loading…
Cancel
Save