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
|