Sign in
qemu
/
meson
/
refs/heads/verfix
/
.
/
test cases
/
wasm
/
1 basic
/
hello.c
blob: a104b3780ced73fc47285083819da8e98692ddc9 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
printf
(
"Hello World\n"
);
return
0
;
}