Sign in
eclipse
/
cdt
/
org.eclipse.cdt
/
refs/heads/master
/
.
/
cmake
/
org.eclipse.cdt.cmake.ui.tests
/
projects
/
SimpleProject
/
simple.c
blob: 88de1dcd6f4afc287bb221c4984227576e2e02b1 [
file
] [
log
] [
blame
]
#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
;
}