코드가 어떻게 작동 하는지, 내가 작성한 코드를 컴퓨터가 어떻게 인식할 수 있는지 궁금했던 적이 있나요?
#include <iostream> int main() { std::cout << "Hello, World!" << std::endl; return 0; }