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