bazel__book/p26_28/graph_demo/core.cc

5 lines
63 B
C++

#include "answer_hdr.h"
int answer() {
return ANSWER_HDR;
}