cmake-action/test/test.c

7 lines
69 B
C

#include <stdio.h>
int main() {
printf("all ok\n");
return 0;
}