Update test2.cpp
This commit is contained in:
parent
163270d71a
commit
0dba891839
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ int main() {
|
|||
*/
|
||||
|
||||
vector<string> shamWow;
|
||||
pendejo.push_back("rag");
|
||||
pendejo.push_back("sponge");
|
||||
pendejo.push_back("wooow");
|
||||
pendejo.push_back("cloth");
|
||||
shamWow.push_back("rag");
|
||||
shamWow.push_back("sponge");
|
||||
shamWow.push_back("wooow");
|
||||
shamWow.push_back("cloth");
|
||||
|
||||
Attribute atributo;
|
||||
atributo.initializeAttribute("atributo",shamWow);
|
||||
|
|
Reference in a new issue