129
I told ChatGPT to code hello world in rust and comment in pirate slang ๐
(self.programmerhumor)
Post funny things about programming here! (Or just rant about your favourite programming language.)
The standard lib is statically linked, so there will be a higher baseline binary size. This means that yes, a hello world project may be 10mb unstripped but a considerably more complicated project could in turn be 11mb unstripped. Aka it doesn't matter much in practice.