Files
blank-slate/src/main.cpp
McMassiveNZ bb6eb1b24f Reshuffle folder structure
Reshuffle folder structure and update cmake.yml
2022-12-16 23:10:43 +01:00

9 lines
107 B
C++

#include <spdlog/spdlog.h>
auto main() -> int
{
spdlog::trace("Hello, World!");
return 0;
}