using System.Collections.Generic;
public static void Main(string[] args)
int segundaGuerraMundial = 1939;
string cor_favorita = "Vermeçho";
float velocidadeF1 = 294.47f;
bool segundaGuerraMundialHouve = true;
Console.WriteLine(segundaGuerraMundial);
Console.WriteLine(cor_favorita);
Console.WriteLine(velocidadeF1);
Console.WriteLine(segundaGuerraMundialHouve);