playground/cmake_demo/simple_caller/src/header.cpp
2024-08-31 22:26:15 -04:00

6 lines
70 B
C++

#include "header.h"
const char *hello() {
return "Hello, World!";
}