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