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