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