Sign in
chromium
/
native_client
/
nacl-bionic
/
034ebed9f16ce0cafb7e8746884cc910b6e097d0
/
.
/
newtests
/
micro_hello.c
blob: 5988fa6f2f90208e7a34e201e85f4cf00ab7f311 [
file
] [
log
] [
blame
]
#include
"startup.c"
int
main
(
int
argc
,
char
*
argv
[])
{
puts
(
"Hello World.\n"
);
return
0
;
}