Files
cargoxx/scripts/curated-snippets/fmt.cpp

8 lines
92 B
C++

#include <fmt/core.h>
import std;
int main() {
fmt::print("fmt ok\n");
return 0;
}