#set page(width: 180pt) #set text(6pt) ```cpp #include int main() { std::cout << "Hello, world!"; } ```