#include <iostream>
#include <string>

int main() {
	std::string 🤦 = "Hello world";
    std::cout << 🤦 << std::endl;
	return 0;
}