4 lines
108 B
C++
4 lines
108 B
C++
#include <iostream>
|
|
void greet() {
|
|
std::cout << "❌ HACKED: This is the fake library!" << std::endl;
|
|
}
|