mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 10:41:21 +00:00
7 lines
69 B
C
7 lines
69 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("all ok\n");
|
|
return 0;
|
|
}
|