Auto Commit

This commit is contained in:
2020-03-30 11:13:36 -06:00
parent 5d31587c73
commit ea9354b0c1

View File

@@ -14,6 +14,7 @@ std::vector<City> ReadFromFile::ReadFile(const std::string& fileName)
City city;
city.SetCoordinates(x, y, name);
cities.push_back(city);
std::cout << "name: " << name << std::endl;
name++;
}
return cities;