1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-23 21:00:46 +08:00
2003-07-31 08:33:01 -04:00

8 lines
68 B
C

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