static public void Main(string[] args)
int correct = r.Next(0, 100);
Console.Write("Im guessing of a number that is between 0 and 100: ");
string s = Console.ReadLine();
Console.WriteLine("Go lower");
Console.WriteLine("Go higher");
Console.WriteLine("You win");
Console.WriteLine("Press any key to exit");