Adding a dotnet run test that outputs unicode characters.
This commit is contained in:
parent
7a7b524b34
commit
c60abb0d0a
2 changed files with 14 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace ConsoleApplication
|
|||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
Console.WriteLine("Hélló Wórld!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue