Alexander Kushnirforc++ and beyondc-and-beyond.hashnode.dev·Oct 14, 2024My first blog postimport std.core; import std.format; import std.string_view; int main() { constexpr std::string_view name{ "hashnode" }; std::print("Hello, {}\n", name); return 0; } I’ve opened this blog to share things I know and learn. Most of t...introductionAdd a thoughtful commentNo comments yetBe the first to start the conversation.