4 lines
No EOL
102 B
C++
4 lines
No EOL
102 B
C++
#include <iostream>
|
|
void greet() {
|
|
std::cout << "✅ Hello from the real library!" << std::endl;
|
|
} |