I was playing around with a “hello world!” program using the new std::print function on clang 18.1.0, and I noticed a couple thousand lines of integer constants, as shown here on godbolt. What purpose do they serve, and why are they not present in a classic std::cout
-based “hello world!”?