echo icon indicating copy to clipboard operation
echo copied to clipboard

echo in 153 bytes (99% smaller) (x86)

echo

This is a rewrite of the POSIX 'echo' program (/bin/echo) in Assembly that is 99.5% smaller than the GNU implementation (153 bytes vs 31296 bytes). It only has one argument, '-n', which removes the newline at the end.