#include int main() { fmt::print("Hello, {}!\n", "world"); return 0; }