#include #include int main() { std::filesystem::path p = "README.md"; std::cout << "p = " << p << '\n'; }