cirosantillicmakehello_cmain.c
cmake/hello_c/main.c
#include <stdio.h>
#include <stdlib.h>
int main(void) {
puts("hello world");
return EXIT_SUCCESS;
}
#include <stdio.h>
#include <stdlib.h>
int main(void) {
puts("hello world");
return EXIT_SUCCESS;
}