2023-12-07 09:12:54 +01:00

9 lines
103 B
C++

#include "hello_lib.h"
#include <iostream>
void say_hello()
{
std::cout << "hello" << std::endl;
}