Added a missing trailing newline.

This commit is contained in:
Andrey Semashev
2024-04-27 19:35:02 +03:00
parent 9c3a0022b2
commit 080df0554b

View File

@ -53,4 +53,4 @@ int cpp_main(int argc, char* argv[])
std::cout << std::endl;
return test_main(argc, argv);
}
}