6 lines
85 B
Plaintext
Executable file
6 lines
85 B
Plaintext
Executable file
if read ANS
|
|
then echo
|
|
else echo "Sorry, got EOF when reading your answer"
|
|
exit 1
|
|
fi
|