Comment on The smallest Hello World programComments−whynotmaybe1yCould a script be a program?Because it would be much smaller in a bat file than contains :echo Hello World!−theandrewbailey1yFor the purposes of this challenge, no.Let’s first establish some rules for our ‘Hello World’ program:It should be able to execute directly without passing to any other programs first (so no decompression)It should be a ‘proper‘ executable binary according to the spec−hinkley1yInclude the shebang but it’s still crazy how big minimal programs are.−__m1yphp would be justHello World
Comments
Could a script be a program?
Because it would be much smaller in a bat file than contains :
echo Hello World!
For the purposes of this challenge, no.
Include the shebang but it’s still crazy how big minimal programs are.
php would be just
Hello World