Files
build-cpp-cmkr/tests/fetch-content/src/main.cpp
T
Duncan Ogilvie 1deaec2b41 Add .editorconfig and linting
Closes #112
2023-06-12 18:26:13 +02:00

6 lines
73 B
C++

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