Updated submodules

This commit is contained in:
Pasha Bibko
2025-09-27 20:06:37 +01:00
parent 025a1ee0b4
commit ced6b3c3c6
3 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,9 @@ int main(int argc, char** argv)
using namespace PashaBibko::LXC;
using namespace PashaBibko;
// Prints the used filepath to the log (used for debugging) //
std::filesystem::path src = "examples/Basic.lx";
Util::Log("Compiling file: [", src, "]");
// Reads the given file to a string //
Util::ReturnVal fileContents = Util::ReadFile(src);

2
external/util vendored