Update main.cpp

This commit is contained in:
Anthony Wang 2020-05-29 21:36:37 -05:00
parent f7b018dc7c
commit 9e65495b79
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
compress
.vscode
.vscode
*.exe

View file

@ -352,8 +352,8 @@ int main() {
output.init(final.gettextstring(b));
output.calcweight();
output.preprocess(-1);
cout<<output.gettextstring(-100000);
string s = output.gettextstring(-100000);
printf("%s\n", s.c_str());
/*