This commit is contained in:
2020-08-19 19:55:42 +03:00
3 changed files with 3 additions and 2 deletions

View File

@@ -30,5 +30,5 @@ int main(int argc, char * argv[]) {
}
}
}
return a.exec();
return 0;
}