> ... You know, when we had our first C++ compiler, at AT&T, I compiled 'Hello World', and couldn't believe the size of the executable. 2.1MB
> Interviewer: What? Well, compilers have come a long way, since then.
> Stroustrup: They have? Try it on the latest version of g++ - you won't get much change out of half a megabyte.
So, for grins, I did, with the gcc7 port from macports, which is GCC 7.3.0.
-rwxr-xr-x 1 ssta staff 8968 Jul 5 10:40 hello
The C version, using printf instead of (gasp) std::cout, clocked in at 8432.