mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-23 21:00:46 +08:00
8 lines
68 B
C
8 lines
68 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello\n");
|
|
return 0;
|
|
}
|