using System;
public class Program
{
public static void Main()
while (true)
var random = new Random();
Console.WriteLine(random.Next().ToString());
}