mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
9 lines
155 B
C
9 lines
155 B
C
![]() |
#include <stdio.h>
|
||
|
#include "app2.h"
|
||
|
|
||
|
int main() {
|
||
|
printf("Welcome to App2\n");
|
||
|
printf("v%d.%d\n", App2_VERSION_MAJOR, App2_VERSION_MINOR);
|
||
|
return 0;
|
||
|
}
|