The long awaited second post…
#include <format>
#include <iostream>
int main() {
std::cout << std::format("Hello, {}!\n", "world");
}
The long awaited second post…
#include <format>
#include <iostream>
int main() {
std::cout << std::format("Hello, {}!\n", "world");
}