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