Skip to content

Instantly share code, notes, and snippets.

View asamn's full-sized avatar
🤮
Out sick

adam sam asamn

🤮
Out sick
View GitHub Profile
@lava
lava / hello_world.md
Last active October 19, 2025 12:47
Hello, world: Deep analysis of a shallow program.

Hello, world!

Please explain in detail what will happen if the following program is executed:

#include <iostream>

int main() {
    std::cout << "Hello, world!" << std::endl;
}