using System; class VoidPorInt { static int Main() { Console.WriteLine("Trocando void por int"); return 0; } }