playground/cmake_demo/simple_caller/src/header.cpp

6 lines
70 B
C++
Raw Normal View History

2024-08-31 22:26:15 -04:00
#include "header.h"
const char *hello() {
return "Hello, World!";
}