playground/cmake_demo/simple_library/src/internal.cpp

7 lines
55 B
C++
Raw Normal View History

2024-08-31 22:26:15 -04:00
#include "internal.h"
int getvalue() {
return 10;
}