Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
1159cdc2354ab1f2eb8bcd76782fd464c715fcaa
/
.
/
Tests
/
CPackInnoSetupGenerator
/
main.c
blob: 413899c807fb54d362a1ed009a2d99b470d23c6f [
file
]
#include
<stdio.h>
int
main
()
{
printf
(
"Hello, World!\n"
);
return
42
;
}