5 lines
76 B
Text
5 lines
76 B
Text
|
|
if (`n'==42) {
|
||
|
|
display as error "The correct answer is not 42."
|
||
|
|
exit 54
|
||
|
|
}
|