mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-16 22:27:41 -05:00
6 lines
87 B
C++
6 lines
87 B
C++
#include <spdlog/spdlog.h>
|
|
|
|
int main() {
|
|
spdlog::info("Hello, world!");
|
|
return 0;
|
|
} |