mirror of
https://github.com/threeal/cmake-action.git
synced 2026-01-01 21:05:11 +00:00
7 lines
75 B
C
7 lines
75 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello world!\n");
|
|
return 0;
|
|
}
|