1 #include <iostream> 2 using namespace std; 3 int main(){ 4 cout << "\e[1mHello World\e[0m" << endl; 5 }