8 lines
117 B
C

#include <stdio.h>
#include "header.h"
int main(int argc, char *argv[])
{
printf("The value is %d\n", VALUE);
}