1: using System;
2:
3: namespace HelloWorld
4: {
5: public static void Main(string[] eventArgs)
6: {
7: if(YourCountry == "Brazil")
8: Console.WriteLine("Olá Mundo!");
9: else
10: Console.WriteLine("Hello World!");
11: }
12: }
Aguarde, virão muitas coisas interessantes sobre a plataforma .NET, C# e ASP.NET!
:)