Earlier quoted context omitted.
The fastest programs return 0 immediately and don't do shit.
Returning 0 is technically doing something. It might not be something that you find useful but it is something.
You might not believe that these are real programs but they are. You can find the binaries using `whereis`. For example on my linux install true is /bin/true.
The command line is pretty awesome.