in lessons/rename.cpp [88:94]
int main() { Vector<int> v(10); fillWithSequence(v); for (auto& i : v) std::cout << i << " "; }