427 B
427 B
Exercise: Hello std::cout on Godbolt.org
Background: Compiler Explorer
Compiler Explorer is a website where you can experiment with many different C++ compilers. You can compile short C++ programs, run them and inspect their assembly.
Today, we will use it to compile and run a Hello World program.
Exercise
- Play with Hello World on Compiler Explorer.