using System;
public class Program
{
public static void Main()
string texto = "Olá Mundo!";
Console.WriteLine(texto.Length);
Console.ReadLine();
}