don't forget to use the shitty variable

This commit is contained in:
ThePhD 2019-08-16 00:34:25 -04:00
parent e03f53d4dc
commit 242990a706
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -30,6 +30,7 @@ end
for (int counter = 0; counter < 10 && loop_coroutine; ++counter) {
// Call the coroutine, does the computation and then suspends
int value = loop_coroutine();
std::cout << "value is " << value << std::endl;
}
return 0;