I am using https://godbolt.org/ to compile a simple C++ script but even the simplest
int main()
{
std::cout << "Hello World!" << std::endl;
}
When I click Add new... --> Compiler --> Output
I get: Compiler returned: 0
I am using https://godbolt.org/ to compile a simple C++ script but even the simplest
int main()
{
std::cout << "Hello World!" << std::endl;
}
When I click Add new... --> Compiler --> Output
I get: Compiler returned: 0
As @Ayxan Haqverdili told me the missing steps are Output... > Run the compiled output