Compile the program
Use the following command to compile the timeout program:
esql -o timeout timeout.ec
The -o timeout option causes the executable program to be named timeout. Without the -o option, the name of the executable program defaults to a.out.