A syscall-only hello world is the minimal complete program: no libc, just the write and exit syscalls the kernel actually exposes — which is what static Go binaries and container scratch images reduce to. Every ELF executable on your Linux machine bottoms out in exactly these instructions.