/* * Here you have a new C file! again */ #include #include "common.h" main() { printf("Hello there world %d!\n", VALUE); }