Godbolt does not show stdout

13.2k Views Asked by At

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

1

There are 1 best solutions below

0
On

As @Ayxan Haqverdili told me the missing steps are Output... > Run the compiled output