init
All checks were successful
CMake on a single platform / build (push) Successful in 18s

This commit is contained in:
2024-09-12 23:40:20 +04:00
committed by Andrey Alekseev
parent 73aec484df
commit 2e79a5d0fd
3 changed files with 117 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ using namespace std;
using namespace Wt;
int main(int argc, char *argv[]) {
int main(int argc, char* argv[]) {
int code = 0;
try {