update readme

This commit is contained in:
vrd
2023-10-18 13:31:50 +03:00
parent 11b2cef4f0
commit bcf73daaa9
3 changed files with 18 additions and 7 deletions
+2
View File
@@ -52,6 +52,8 @@ int main()
// wait for all detached
while(wait(nullptr) != -1);
exec( echo + "OK 11/11" );
// todo
// exec( echo + $(echo + "OK 11/11") );
}