Reshuffle folder structure

Reshuffle folder structure and update cmake.yml
This commit is contained in:
McMassiveNZ
2022-12-16 23:10:43 +01:00
parent 97a801e4a6
commit bb6eb1b24f
10 changed files with 17 additions and 15 deletions

View File

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