Linux represents every open file, socket, or pipe as a file descriptor (fd) - an integer index. The three standard descriptors are: 0=stdin, 1=stdout, 2=stderr. The program reads from a given fd number. If you pass fd=0, it reads from stdin. Figure out what integer to pass so the program reads from stdin, then provide the secret string.