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