Update test2.cpp

This commit is contained in:
William Bracho Blok 2015-09-15 19:11:46 -05:00
parent 163270d71a
commit 0dba891839

View file

@ -14,10 +14,10 @@ int main() {
*/ */
vector<string> shamWow; vector<string> shamWow;
pendejo.push_back("rag"); shamWow.push_back("rag");
pendejo.push_back("sponge"); shamWow.push_back("sponge");
pendejo.push_back("wooow"); shamWow.push_back("wooow");
pendejo.push_back("cloth"); shamWow.push_back("cloth");
Attribute atributo; Attribute atributo;
atributo.initializeAttribute("atributo",shamWow); atributo.initializeAttribute("atributo",shamWow);