TD3 II.3+4 stress test our implementation

This commit is contained in:
Yorick Barbanneau 2021-12-16 15:40:03 +01:00
parent dcb11cf311
commit 4a67b57492
12 changed files with 95 additions and 13 deletions

View file

@ -14,7 +14,7 @@ int main () {
void* f = output;
ThreadCreate(f,"a");
ThreadCreate(f,"b");
ThreadCreate(f,"a");
PutString("\nthis is the end of our main() in test program\n");
ThreadExit();
}