Sign in
android
/
platform
/
external
/
syslinux
/
refs/heads/oreo-mr1-release
/
.
/
win
/
hello.c
blob: 4934689b066221d40938376dbeeb6ff5434fde44 [
file
] [
log
] [
blame
] [
edit
]
/*
* Test program for C compiler; if this doesn't compile, the
* C compiler is seriously broken.
*/
#include
<stdlib.h>
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello, World!\n"
);
return
0
;
}