Xinqi Bao's Git

more dictionaries
[Wordscapes.git] / solution.cc
index 7422db9..46fec60 100644 (file)
@@ -174,7 +174,7 @@ public:
 int main(){
 
        lset dic;
-       loadDictionary(&dic, "dict_.txt");
+       loadDictionary(&dic, "words_alpha.txt");
 
        cout << "Dictionary loaded!" << endl;