12
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
for(int x = 0; x < 100; x++)
8
{
9
Console.WriteLine("No debo hablar en clase.");
10
}
11
}
12
}
Cached Result