// SPDX-License-Identifier: MIT // // Copyright The SCons Foundation #include int main() { std::cout << "Hello, world!\n"; }