ack/first/get_answer
1991-10-15 16:02:38 +00:00

6 lines
85 B
Plaintext
Executable file

if read ANS
then echo
else echo "Sorry, got EOF when reading your answer"
exit 1
fi