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