Files
cmake/Tests/CPackInnoSetupGenerator/main.c
T

8 lines
81 B
C

#include <stdio.h>
int main(void)
{
printf("Hello, World!\n");
return 42;
}