/* Copyright 2025 René Ferdinand Rivera Morell Distributed under the Boost Software License, Version 1.0. See https://www.bfgroup.xyz/b2/LICENSE.txt */ // tag::source[] #include int main() { puts("Hello!\n"); return 0; } // end::source[]