Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Tests/CPackInnoSetupGenerator/main.c
3
1
5
0
views
1
#include <stdio.h>
2
3
int
main
(
void
)
4
{
5
printf
(
"Hello, World!\n"
)
;
6
return
42
;
7
}
8
9