diff --git a/CityFinder/Program.cs b/CityFinder/Program.cs index 4b300a2..84227a1 100644 --- a/CityFinder/Program.cs +++ b/CityFinder/Program.cs @@ -43,6 +43,9 @@ namespace CityFinder InitialSetup(); string countryInput = GetUserCountryInput(); + + Console.WriteLine("Enter a zip/postal code:"); + string postalCodeInput = Console.ReadLine(); /// /// This method sets up the json config file and sets the user-agent header on the HttpClient. ///