To show this to the extreme, here's a "hello world" that's less than 30 bytes:
#!/bin/sh echo Hello world
To show this to the extreme, here's a "hello world" that's less than 30 bytes: