My first blog post

import 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 the stuff posted here will be related to C++ and/or embedded software development.

Hope it will go well.

0
Subscribe to my newsletter

Read articles from Alexander Kushnir directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Alexander Kushnir
Alexander Kushnir