mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
9 lines
155 B
C
9 lines
155 B
C
![]() |
#include <stdio.h>
|
||
|
#include "app1.h"
|
||
|
|
||
|
int main() {
|
||
|
printf("Welcome to App1\n");
|
||
|
printf("v%d.%d\n", App1_VERSION_MAJOR, App1_VERSION_MINOR);
|
||
|
return 0;
|
||
|
}
|