#include #include "app1.h" int main() { printf("Welcome to App1\n"); printf("v%d.%d\n", App1_VERSION_MAJOR, App1_VERSION_MINOR); return 0; }