#include <stdio.h> #include "bar.h" int main(void) { printf("The answer is %d\n", bar()); return 0; }