5 lines
63 B
C++
5 lines
63 B
C++
#include "answer_hdr.h"
|
|
|
|
int answer() {
|
|
return ANSWER_HDR;
|
|
}
|