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