This commit is contained in:
2025-03-14 16:02:17 -05:00
parent 2fda6631ca
commit e7286caa20

View File

@@ -12,5 +12,6 @@ Print::~Print() {
void Print::run() { void Print::run() {
std::cout << "Print lib loaded and run!\n"; std::cout << "Print lib loaded and run!\n";
//App::Get().unload(self); //App::Get().unload(self);
//App::Get().end(); App::Get().end();
std::cout << "App::Get() called\n";
} }