Inital commit

This commit is contained in:
2026-05-05 21:05:02 +02:00
commit e2110ddf4f
6 changed files with 199 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <fmt/core.h>
auto main(int argc, char const* argv[]) -> int {
fmt::print("Hello, World!\n");
return 0;
}