Files
build-cpp-cmkr/tests/fetch-content/src/main.cpp
T
2021-05-16 22:55:55 +02:00

6 lines
72 B
C++

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