Simple Builds
In this chapter, you will see several examples of very simple build configurations using , which will demonstrate how easy it is to use SCons to build programs from several different programming languages on different types of systems. Here's the famous "Hello, World!"
https://scons.org/doc/2.3.0/HTML/scons-user/c258.html
GitHub - SCons/scons: SCons - a software construction tool
Welcome to the SCons development tree. The real purpose of this tree is to package SCons for production distribution in a variety of formats, not just to hack SCons code. If all you want to do is install and run SCons, it will be easier for you to download and install the scons-{version}.tar.gz or scons-{version}.zip package rather than to work with the packaging logic in this tree.
https://github.com/SCons/scons

Seonglae Cho