pub fn get_random_cities() -> &'static City
Expand description
use cities_json::get_random_cities;
println!("random: {:?}", get_random_cities());