#include <format>
#include <iostream>

int main()
{
    //
    std::cout << std::format("hello world\n");
}