Xinqi Bao's Git
projects
/
Wordscapes.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
more dictionaries
[Wordscapes.git]
/
solution.cc
diff --git
a/solution.cc
b/solution.cc
index
7422db9
..
46fec60
100644
(file)
--- a/
solution.cc
+++ b/
solution.cc
@@
-174,7
+174,7
@@
public:
int main(){
lset dic;
- loadDictionary(&dic, "
dict_
.txt");
+ loadDictionary(&dic, "
words_alpha
.txt");
cout << "Dictionary loaded!" << endl;