ld_path_hack_demo/real_lib/mylib.cpp
2025-06-03 12:57:39 +09:00

4 lines
No EOL
102 B
C++

#include <iostream>
void greet() {
std::cout << "✅ Hello from the real library!" << std::endl;
}