1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-27 14:46:41 +08:00
2004-03-09 16:20:41 -05:00

8 lines
71 B
C++

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