Comment on The smallest Hello World programparentComments−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
Comments
For the purposes of this challenge, no.