mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
1deaec2b41
Closes #112
6 lines
73 B
C++
6 lines
73 B
C++
#include <fmt/core.h>
|
|
|
|
int main() {
|
|
fmt::print("Hello, world!\n");
|
|
}
|