8 lines
92 B
C++
8 lines
92 B
C++
#include <fmt/core.h>
|
|
import std;
|
|
|
|
int main() {
|
|
fmt::print("fmt ok\n");
|
|
return 0;
|
|
}
|