1 2 3 4 5 6 7 8 9 10
// SPDX-License-Identifier: MIT // // Copyright The SCons Foundation #include <iostream> int main() { std::cout << "Hello, world!\n"; }