Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
6fa1e29878e5950737acec5086befc261ec9f1af
/
.
/
test
/
hello_world.c
blob: ce0cca4630ed8fd24064ad678078c6359291d6b6 [
file
]
#include
<stdio.h>
int
main
()
{
printf
(
"hello, world!\n"
);
return
0
;
}