code:
#include <iostream>
int main(void)
{
std::cout << "test" << std::endl;
return 0;
}
this code compiles but when ran nothing shows up in the terminal. no errors or anything appears in the terminal.
New contributor
user25731389 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.