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

7 lines
55 B
C++

#include "internal.h"
int getvalue() {
return 10;
}