public static void Main()
input = Console.ReadLine();
if (input != "Going home")
if (input == "Going home")
input = Console.ReadLine();
Console.WriteLine("Goal reached! Good job!");
Console.WriteLine((n - 10000) + " steps over the goal!");
Console.WriteLine((10000 - n) + " more steps to reach goal.");
Console.WriteLine("Goal reached! Good job!");
Console.WriteLine((n - 10000) + " steps over the goal!");