Update HelloWorldService.cs

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

@ -6,7 +6,7 @@
{
public string SayHello()
{
return "Hello world!";
return "\tHello world!";
}
}
}

Loading…
Cancel
Save