#include #include "app2.h" int main() { printf("Welcome to App2\n"); printf("v%d.%d\n", App2_VERSION_MAJOR, App2_VERSION_MINOR); return 0; }