10 Invocation

This file is executable:

racket worst.rkt

You can compile it into a binary if you want:

raco exe -o rworst worst.rkt

You can also write executable scripts:

#!/path/to/rworst

This works because the default reader treats a shebang line as a comment.