이번에는 공백()을 포함한 문장을 출력한다. 다음 문장을 출력해보자.
Hello World
#include <iostream> int main() { std::cout << "Hello World" << std::endl; }