updating spaces to be correct

This commit is contained in:
Eddy Nakamura 2020-08-25 16:52:52 -03:00
parent 7486ddb784
commit 7416088588

View file

@ -2,11 +2,11 @@ using System;
namespace HelloWorld namespace HelloWorld
{ {
class Program class Program
{
static void Main(string[] args)
{ {
Console.WriteLine("Hello World!"); static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
} }
}
} }