Problem with Program


Why does this program only give me numbers as an answer
im running it on codeblocks as is. Also let me know where to post if this is in incorrect part of the forum. thank you.

// a small C++ program
#include <iostream>
int main()
{
std::cout << "Hello, world!" << std::endl;
return 0;
}
What do you mean? It's outputting numbers, not the text?
Topic archived. No new replies allowed.