#include <filesystem>
#include <iostream>
using std::filesystem::path::path,
std::cerr;
int main(){
return 0;
}
C++ Examples© 2024 TBD