branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 22:40:44 -06:00
parent fa1d57cdf3
commit cf21b64b58

View File

@ -28,7 +28,9 @@ namespace l
auto table = v_;
for(auto &path : paths)
fmt::print("path: {}\n",path);
{
table["path"] = path;
}
}
static