Coming soon

#include <string_view>
#include <print>
#include <span>

auto main (int argc, char const ** argv) -> int {
  using std::string_view;
  using std::span;
  for(string_view t: span{ argv, argv+argc })
    std::print("Hello {}!\n", t);  
  return 0;
}

Subscribe to www.2bits.in

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
[email protected]
Subscribe