initial commit

This commit is contained in:
2025-11-21 21:12:03 +01:00
commit 60257c85ea
7 changed files with 185 additions and 0 deletions

3
app/mosh-me.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include <spdlog/spdlog.h>
int main() { spdlog::info("Hello!!"); }