“HTML,CSS는 프로그래밍 언어다”

#include int main() { // Looks like a normal print statement std::cout << "Hello, world!"; // Note the Greek question mark return 0; }