// Compile with: em++ Example-1.cpp --std=c++23 -o Example-1.html

#include <print>

int main()
{
  std::println("Hello Web!");
}