Files
build-cpp-cmkr/tests/vcpkg/src/main.cpp
T

6 lines
72 B
C++

#include <fmt/core.h>
int main()
{
fmt::print("Hello, world!\n");
}