0 / 60 seg.

¿Qué hace el siguiente código?

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