0 / 60 seg.

¿Qué hace el siguiente bucle for?

for (int i = 0; i < 5; i++) {
    Console.WriteLine(i);
}