blob: 1e8dbf1c6f43380a0f980c6762761992febfbee7 [file] [log] [blame]
#include <stdio.h>
#include "bar.h"
int main(void)
{
printf("The answer is %d\n", bar());
return 0;
}