mosh-me/app/mosh-me.cpp
2025-11-21 21:12:03 +01:00

4 lines
68 B
C++

#include <spdlog/spdlog.h>
int main() { spdlog::info("Hello!!"); }